R
raydog
I am getting an error when running this macro on my Mac, of course it
works fine on the PC.
Here is the code, HELP....
'FILE SELECTION:
Application.DisplayAlerts = False
InputCSV = Application.GetOpenFilename("All Files (*.*), *.*", , _
"INPUT: Select Raw Data (CSV delimited)", , True)
If VarType(InputCSV) = vbBoolean Then Exit Sub
I just want to push a button on the worksheet and bring up the open
file box.
BTW, all of our data files are sent from the server as CSV files.
If anyone can help let me know, I can even send the entire file for you
to debug if needed.
works fine on the PC.
Here is the code, HELP....
'FILE SELECTION:
Application.DisplayAlerts = False
InputCSV = Application.GetOpenFilename("All Files (*.*), *.*", , _
"INPUT: Select Raw Data (CSV delimited)", , True)
If VarType(InputCSV) = vbBoolean Then Exit Sub
I just want to push a button on the worksheet and bring up the open
file box.
BTW, all of our data files are sent from the server as CSV files.
If anyone can help let me know, I can even send the entire file for you
to debug if needed.