Results 1 to 3 of 3

Network users somehow opening write copy of .xltm template

Threaded View

  1. #1
    Registered User
    Join Date
    08-13-2012
    Location
    Canberra, Australia
    MS-Off Ver
    Excel 2010
    Posts
    2

    Network users somehow opening write copy of .xltm template

    Hi

    I have created a template document in Excel 2010 (saved as .xltm format) and saved it on a network drive. It is essentially a questionnaire which many users need to be working on at once. There is no need for data to be saved in the document (it saves the answers to the questions in a separate Access database), so I assumed that the .xltm format would work for me.

    The problem arises only every few days, where I find that somebody has a write+read copy of the file open, and it prevents me from rolling out an updated version of the template. It doesn't prevent me, or others, from opening the file and using it, but I just can't delete it, rename it, replace it, etc.

    I always thought that an .xltm document should only open as a read only copy, and that it would not affect the version saved on the network drive. Normally, this seems to be the case, since lots of people across the country can have my document open at once, and it never has any issues.

    I don't know if it has any bearing on it or not, but I've disabled saving of the document by way of a Workbook_BeforeSave subroutine which contains the following:

    Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
    
        If ActiveWorkbook.ReadOnly Or Not Right(ThisWorkbook.Name, 4) = "xlsm" Then 'a local copy doesn't seem to report an extension at all
            Cancel = True
            If SaveAsUI Then SaveAsUI = False
            Saved = True
        End If
    
    End Sub
    My company's IT help desk has essentially thrown up their hands at this one, so it appears I'm on my own until I can come up with an explanation or solution for them. Is someone able to help me with an explatnation of what I'm doing wrong here, or how I can avoid this?

    Thanks for any insight

    Stanton
    Last edited by bindibadgi; 02-05-2014 at 09:02 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Allow Users to Edit Ranges Using Users from a Network Location
    By Tayque_J_Holmes in forum Excel General
    Replies: 0
    Last Post: 10-24-2013, 06:34 AM
  2. Custom File Name At Start-up Using Macro-Enabled Template Format (.XLTM) (VBA)
    By engineerchange in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-18-2012, 08:48 AM
  3. help with network users
    By confused 786 in forum Excel General
    Replies: 2
    Last Post: 02-13-2011, 08:08 PM
  4. Replies: 3
    Last Post: 09-11-2009, 03:38 AM
  5. Multiple Users on network
    By Denzil in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-26-2008, 10:19 AM

Tags for this Thread

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