View Single Post
 
Old 05-02-2012, 08:08 AM
cmnichol cmnichol is offline Mac OS X Office for Mac 2011
Novice
 
Join Date: Apr 2012
Posts: 9
cmnichol is on a distinguished road
Default

InvoiceFile = Options.DefaultFilePath(wdStartupPath) & "\Invoice.ini" 'or, if using a Workgroup folder 'InvoiceFile = Options.DefaultFilePath(wdWorkgroupTemplatesPath) & "\Invoice.ini"

I think it might be that I needed up put my own path of where to save the Invoice.ini file.

However, now I'm trying to figure out the syntax, as it's not liking anything that I put in.

As I'm on a mac, if my path is: /Users/claire/Library/Application Support/Microsoft/Office/User Templates
Then what would I insert here. Is it the spaces in the folder file names with two words (Application Support)?

Thanks!
Reply With Quote