I have many macros coded in VBA for Word on PCs... I am attempting to copy the module to Word for Mac... I can export and import the module fine... My problem is that reference for the server is obviously different...

For the PC version, I have:

Documents.Open FileName:="\\JM\USERS\USERS\SHARED\WordDrop\Administration\Hotel Rates.doc"

On the Mac, I have the Shared folder already accessed on available on the bottom... How would I have to modify this to work on the Mac???

Thanks...