M
msxlsgg
One of my programs that has worked fine before just suddenly stopped
working on two different Macs with Office 2004 and OS 10.3.8 -
something in a recent Apple auto software update maybe?
Try this code:
Sub test()
sFileToOpen = Application.GetOpenFilename
If sFileToOpen <> False Then
MsgBox "Open " & sFileToOpen
End If
End Sub
In every case I've tried, the path to the file to open is wrong -
sometimes it leaves out the next-to-last folder, sometimes it leaves
out the whole path, returning just Harddrive:filename without any of
the folders inbetween.. didn't used to work like this!
Any suggestions?
thanks
Lee
working on two different Macs with Office 2004 and OS 10.3.8 -
something in a recent Apple auto software update maybe?
Try this code:
Sub test()
sFileToOpen = Application.GetOpenFilename
If sFileToOpen <> False Then
MsgBox "Open " & sFileToOpen
End If
End Sub
In every case I've tried, the path to the file to open is wrong -
sometimes it leaves out the next-to-last folder, sometimes it leaves
out the whole path, returning just Harddrive:filename without any of
the folders inbetween.. didn't used to work like this!
Any suggestions?
thanks
Lee