Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Dim filetypenm as string filetypenm = InputBox("Enter File Name you would like to compare") Dim nm as string nm = InputBox("Enter Year you would like to compare") dim sTmp as string stmp = chr(34) & "C:\Documents and Settings\All Users\" stmp = stmp & "Documents\Coop Students\" stmp = stmp & "Small Package Rates\UPS rates\" stmp = stmp & nm & "\ Air \" stmp = stmp & filetypenm & chr(34) Application.GetOpenFilename(stmp) Helmut Weber |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
open files run macro | Excel Discussion (Misc queries) | |||
Open several text files using a macro | Excel Discussion (Misc queries) | |||
Macro for multiple open files | Excel Discussion (Misc queries) | |||
Macro to open *.dat files and save as .txt (comma delimited text files) | Excel Programming | |||
Files won't open after running a macro | Excel Programming |