S
ShaneDevenshire
Hi Folks,
On the PC if you want to increment through all the Excel files in a folder
you would use something like:
myFile = Dir("C:\Data\*.xls")
Do Until myFile = ""
...
myFile = Dir
Loop
What is the equivalent code on the Mac?
TIA,
Shane Devenshire
On the PC if you want to increment through all the Excel files in a folder
you would use something like:
myFile = Dir("C:\Data\*.xls")
Do Until myFile = ""
...
myFile = Dir
Loop
What is the equivalent code on the Mac?
TIA,
Shane Devenshire