My company posts some template docs on a sharepoint site. Users are supposed to re-save a doc from the sharepoint site to their local drives when they save them. However, it seems that not all of the users do this and sometimes the original template is overwritten on the sharepoint site. I suspect that the administrators of the sharepoint site could set writes so that users cannot re-save the doc and write to the sharepoint site. However, I’m hoping I can do this with a macro in Word. Right now, I have the doc set up to run a macro upon opening to flash instructions to the user (one of which is to re-save the file elsewhere). However, most users gloss right over this. I have experimented a bit with ChDir(), but can’t quite get anything to work. I’ve tried re-setting the save directory so that when the user tries to save the file it defaults to their local hard drive, but this doesn’t work. The file save as still defaults to the sharepoint site. So, I’m hoping someone has a macro that will check to see if the directory is on a sharepoint site and then change it before the user uses the file save as command? I’m not sure I’m making complete sense or describing this completely, so if not please let me know. This has been frustrating me for several hours this morning.
Thanks!
-Rich