K
kirin
Hello,
Looking for some help here. I am running Pather with Excel Mac 200
(11.2). I am prompting the user to select a file to open, and want t
restrict the file type to Excel spreadsheets with the filefilte
command.
I have tried:
X=application.getopenfilename( _
filefilter="XLS")
I have also tried
X=application.getopenfilename( _
filefilter="Microsoft Excel (*.xls),*.xls*)
Neither works. Does anyone know what the file filter code for any ol
excel file is when using VB for Mac
Looking for some help here. I am running Pather with Excel Mac 200
(11.2). I am prompting the user to select a file to open, and want t
restrict the file type to Excel spreadsheets with the filefilte
command.
I have tried:
X=application.getopenfilename( _
filefilter="XLS")
I have also tried
X=application.getopenfilename( _
filefilter="Microsoft Excel (*.xls),*.xls*)
Neither works. Does anyone know what the file filter code for any ol
excel file is when using VB for Mac