Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an application that prompts the user to select a text file for
processing which is done by using the 'GetOpenFilename' from the Microsoft Excel object library. I'm not using Excel in the program so I'm assuming this is probably not the best way to do this. Any suggestions? inputfile = Application.GetOpenFilename( _ fileFilter:="Text Files (*.txt),*.txt", _ Title:="Select the file") Thanks, -- Dan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening text files | Excel Discussion (Misc queries) | |||
opening extensionless text files | Excel Discussion (Misc queries) | |||
Opening large text files | Excel Discussion (Misc queries) | |||
Opening text files | Excel Programming | |||
Opening text files using macro | Excel Programming |