Does anybody know how to open an excel document with VBA on a Mac?
I have a code that does not work and I found this on the internet:
"On a Mac, the filefilter is not working and it is not possible to select more than one file.
Also, ChDir is not working like in Windows to set the folder that will open with GetOpenFilename. But we can use a combination of VBA and Applescript."
Any ideas??
Thanks in advance.
I have a code that does not work and I found this on the internet:
"On a Mac, the filefilter is not working and it is not possible to select more than one file.
Also, ChDir is not working like in Windows to set the folder that will open with GetOpenFilename. But we can use a combination of VBA and Applescript."
Any ideas??
Thanks in advance.