+ Reply to Thread
Results 1 to 2 of 2

Screenupdating false when sending data from VBA userform to multiple workbooks

  1. #1
    Registered User
    Join Date
    11-13-2012
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    2

    Screenupdating false when sending data from VBA userform to multiple workbooks

    I have a main data entry userform that sends data to a few different workbooks. Currently it opens each workbook. The master "database" workbook is getting very large and cumbersome. Opening, transferring data, saving and closing is beginning to take way too long.
    IF it is necessary to open each workbook, is it possible to do this in the background without disrupting the main userform input? I have tried some application.screenupdating = false but haven't gotten anywhere productive with it.

    thanks for the help.

  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: Screenupdating false when sending data from VBA userform to multiple workbooks

    You could have your FORM actually open the workbook(s) in the background (hidden) when the form initializes, that way the data is available at all times pretty much instantly. Then when closing the form, you could have it save/close that hidden workbook, too.
    _________________
    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)

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