|
-
Jan 12th, 2000, 01:08 AM
#1
Thread Starter
New Member
Can anyone suggest the best way in which I can save data be it from a text file, ado recordset, or whatever source to an Excel spreadsheet. Do I have to open an instance of a spreadsheet or a workbook ??? I'm confused. Any help greatly appreciated
Steve
VB Programmer
[email protected]
-
Jan 13th, 2000, 06:08 PM
#2
Steve,
Try
Shell Chr(34) & "C:\Program Files\Microsoft Office\Office\Excel.exe" & Chr(34) & " C:\Log.txt", vbNormaFocus
this code opens up log.txt within excel
hope this helps
V
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|