Consulting

Results 1 to 2 of 2

Thread: Workbook Revision Update Onload?

  1. #1
    VBAX Regular
    Joined
    May 2012
    Posts
    7
    Location

    Workbook Revision Update Onload?

    Hello, I have an excel workbook that I've created with various forms, functions and data. I'd like for the user to be able to keep a copy of this workbook on their PC for use even when they do not have network access. However, the first thing I'd like the workbook to do is check for connection to the network (skip the next steps if the network is not found), then verify if the local copy of the workbook is older than the network copy, then update the local copy if the network copy is newer.

    From various posts, I think I can grasp comparing cells and updating based upon those differences. Where I'm struggling is understanding how to perform the same thing for user forms, modules, etc... Maybe it's better not to even compare, but to just replace like I highlighted in the previous paragraph? Currently, I've created a batch file that runs once a day, to check for file updates, for the user to install on their local machine, but I'd rather find a way to do this when starting up the workbook. Any advice would be greatly appreciated, thanks!

  2. #2
    VBAX Expert Tinbendr's Avatar
    Joined
    Jun 2005
    Location
    North Central Mississippi (The Pines)
    Posts
    993
    Location
    Keep a template on the server and use something like this to update it.

    David


Posting Permissions

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