+ Reply to Thread
Results 1 to 2 of 2

Need Users to Save As before Editing Template

  1. #1
    Forum Contributor
    Join Date
    11-12-2014
    Location
    Boston, MA
    MS-Off Ver
    Office 2010
    Posts
    172

    Need Users to Save As before Editing Template

    Hello all,
    I created a template for my company's sales team to use. It is an Excel Spreadsheet with Data Validation rules, so as far as I know it cannot be used in an email template. Also, it is on a shared network, so when one person has the document open, another cannot use it, and we have a fairly large sales team, so this WILL happen. I'm wondering if there is some awesome VBA code that would allow me to either:

    A) Use the data validation rules in a .msg template, so that they don't have to use the Excel template
    B) Prompt them to do a save as, and not allow them to make edits until it is saved as

    Thank you all so much! We use Outlook for our email!

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Need Users to Save As before Editing Template

    You may not be using an "actual" Excel template... that is a file saved as a .xltx or .xltm on your shared drive. If you do this, then have your users create a LINK on their systems across the shared network, you're in for a treat.

    When a user double-clicks a LINK to a .xltx or a .xltm file, Excel doesn't actually open that file, it opens an unnamed COPY of the file, the original sits untouched and ready for other use. As an unnamed copy, your users would HAVE to save it, it has no name otherwise.

    This should solve the issue with multiple people accessing your template.

    Anytime you wanted to edit the actual template, you would not open the file via a shortcut, you would open the actual file on the hard-drive. While you are editing, remember none of your users can access it, even via their LINKS. What I do is work on a local copy of the master template so I can work at my leisure and then copy it out to the network to publish my changes.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 08-05-2014, 09:15 AM
  2. Replies: 1
    Last Post: 06-03-2014, 03:24 PM
  3. Replies: 5
    Last Post: 05-22-2012, 04:14 PM
  4. Number of users sharing a workbook but not editing
    By Art Vandalaye in forum Excel General
    Replies: 0
    Last Post: 04-27-2011, 02:02 PM
  5. Replies: 9
    Last Post: 10-15-2010, 08:40 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1