D
darin.kelberlau
When I run the following code I get an error:
CODE:
fname=Application.GetOpenFilename(filefilter:="TEXT FILES(*.TXT),
*.TXT")
ERROR:
Run-time error '1004'
Method 'GetOpenFilename' of object '_Application' failed
This works on a PC but not on a Mac!!
PLEASE HELP!!!!
CODE:
fname=Application.GetOpenFilename(filefilter:="TEXT FILES(*.TXT),
*.TXT")
ERROR:
Run-time error '1004'
Method 'GetOpenFilename' of object '_Application' failed
This works on a PC but not on a Mac!!
PLEASE HELP!!!!