S
ShaneDevenshire
Hi Folks,
for opening text files the proper syntax for this command is
myName = Application.GetOpenFileName("TEXT")
If I want to do the same thing for Excel files the Help system seems to say
you should use:
myName = Application.GetOpenFileName("XLS4")
However, this causes an error. Can someone provide me with the correct
syntax.
for opening text files the proper syntax for this command is
myName = Application.GetOpenFileName("TEXT")
If I want to do the same thing for Excel files the Help system seems to say
you should use:
myName = Application.GetOpenFileName("XLS4")
However, this causes an error. Can someone provide me with the correct
syntax.