+ Reply to Thread
Results 1 to 5 of 5

Updating Current Workbook with New Version Via Code?

Hybrid View

  1. #1
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Updating Current Workbook with New Version Via Code?

    You can have a shared location have an excel file that is locked (so they cant update it) that houses ONE cell, the latest version of the workbook. Then if the latest version is greater than their version it forces them to either contact you for the update patch/macro or it can direct the user to the correct update in that same shared location.

    This assumes all users have access to that location.

    I had to implement something like this when I had 40 people on the team using different versions and complaining that things didn't work as they should. I just passed out an update macro to either replace their current workbook OR update the new workbook with data from the old workbook etc etc.


    It's a huge pain honestly, so I just had a quick check when the workbook opened to see if they had the latest version otherwise it would throw up a message box to contact me for the update. This let them know they were potentially at risk, and if they didnt need to do any work in the file, they could still use it to view data or something.



    Also, since I forced them to save their current versions on the shared drive, I used ADO to quickly rip the version number out of all the books so I could always tell if someone was on an old version.... really it takes multiple angles of attack as people will find a way to be lazy or stupid.
    Last edited by mikeTRON; 05-20-2016 at 02:26 PM.
    Please ensure you mark your thread as Solved once it is. Click here to see how.
    If a post helps, please don't forget to add to our reputation by clicking the star icon in the bottom left-hand corner of a post.

  2. #2
    Registered User
    Join Date
    10-18-2012
    Location
    Surrey, BC
    MS-Off Ver
    Excel 2016
    Posts
    84

    Re: Updating Current Workbook with New Version Via Code?

    The problem I face, is the users are all out in the field. They require use of the file when the are out and about. Now they can connect to our network if needed but it is not required for normal use. They do however need to connect to the network in order to update files.

    I need to work around this when they are connected to the network...

    Craig

+ 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. Current version macro will work or not in future version
    By Sekars in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-02-2016, 09:59 AM
  2. VBA code to copy data from current workbook to another workbook and send email
    By aman1234 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-05-2015, 06:47 AM
  3. Get code that works on excel version 2007 to work on version 2010
    By Agent1 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-21-2014, 01:23 AM
  4. [SOLVED] How to restrict code to current workbook
    By troygeri in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-03-2014, 11:17 PM
  5. [SOLVED] Opening new workbook and pasting values into current workbook - code issues
    By Stew1234 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-15-2014, 07:56 AM
  6. Use code to see if an online workbook is newer than local version
    By jcox1953 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-05-2014, 10:13 PM
  7. [SOLVED] Place code from current workbook to new workbook
    By Qaspec in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-08-2005, 11:05 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