Thread: [Solved] VBA Code to force 'Save As'
View Single Post
 
Old 05-11-2012, 03:05 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,512
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi Mike,

If you save the timesheet 'template' as an Excel template, your employees will get a new (non-template) file each time they start a timesheet for a new period. They'll then be prompted for the filename and, even if they don't give one, your template will not be over-written. The file-creation process is a little more convoluted (File|New|My Templates), but that's the price they pay.

One alternative is to set your file's read-only attribute under Windows Explorer. That way, Windows won't allow them to modify the file. Another is to change the file's permissions, so that only you can edit the file, but they can make copies, etc.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote