Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks
"Dave Peterson" wrote: You want a 0 byte file? Option Explicit Sub testme() Open "C:\Test.kml" For Output As 1 Close #1 End Sub Be careful with this. If that file exists, then it's emptied. If it doesn't exist, it'll be created. (Change the path to what you want.) Ayo wrote: I am trying to write a VBA code that does the following: 1. open Notepad from inside Excel 2. Save a blank file (i.e, Save as Test.kml) 3. Close the Notepad -- Dave Peterson . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening notepad file then sending to back | Excel Programming | |||
Opening & Reading file in notepad then pasting into excel using VB | Excel Programming | |||
Opening Notepad application from Excel macro | Excel Programming | |||
Opening Notepad from Code | Excel Programming | |||
opening and writing into notepad | Excel Programming |