Wie kann ich Dateien mit VB6 öffnen?

K

keeloq

Guest
Ich will Datei Beispiel "C: / test.xls" open mit Befehlsschaltfläche .. keine Beispiel-Code ..
 
Ex .. Code für offene Excel-Datei. Dim nFile As Excel.Application Set nFile = New Excel.Application nFile.Workbooks.Open "C: / test.xls" ------------------------ ----------------------------------- My Favorite Embedded Hardware http : / / www.embedded-hardware.com
 
Ich schreibe so .. Dim nFile As Excel.Application Private Sub Command1_Click () Set nFile = New Excel.Application nFile.Workbooks.Open "C: / test.xls" End Sub aber es funktioniert nicht .. Hilfe!
 

Welcome to EDABoard.com

Sponsor

Back
Top