+ Reply to Thread
Results 1 to 6 of 6

Excel 2010 VBA macro - Notice the window display as the program continues without stopping

  1. #1
    Registered User
    Join Date
    12-12-2012
    Location
    Estonia
    MS-Off Ver
    MS Office365 ProPlus
    Posts
    18

    Excel 2010 VBA macro - Notice the window display as the program continues without stopping

    This code brings up a window and announces that the program will continue after 1 sec:
    Please Login or Register  to view this content.
    However, what should be the code where the program does not stop, but would go further and inform the window at the same time for awhile that "The procedure searches for answers ..."?

    Looking for a suitable code ...

  2. #2
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    22,108

    Re: Excel 2010 VBA macro - Notice the window display as the program continues without stop

    You'll need a modeless userform that you can update as your code progresses.
    Everyone who confuses correlation and causation ends up dead.

  3. #3
    Registered User
    Join Date
    12-12-2012
    Location
    Estonia
    MS-Off Ver
    MS Office365 ProPlus
    Posts
    18

    Re: Excel 2010 VBA macro - Notice the window display as the program continues without stop

    How do I most easily do this?

  4. #4
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    22,108

    Re: Excel 2010 VBA macro - Notice the window display as the program continues without stop

    Add a userform, put a label on it and then when you want the message put up use something like:
    Please Login or Register  to view this content.
    then when you are done use:
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    12-12-2012
    Location
    Estonia
    MS-Off Ver
    MS Office365 ProPlus
    Posts
    18

    Re: Excel 2010 VBA macro - Notice the window display as the program continues without stop

    Thank you, romperstomper, it works well!

  6. #6
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    22,108

    Re: Excel 2010 VBA macro - Notice the window display as the program continues without stop

    Glad to help.

+ 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. Excel Display Problem Window Within the Window
    By Ben Harris in forum Excel General
    Replies: 16
    Last Post: 01-16-2014, 08:25 AM
  2. VBA-How to program sizing and placing Excel window at the start of the program
    By dr.prakash in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-17-2013, 11:45 PM
  3. Stopping movement of shapes excel 2010
    By calibra in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-08-2013, 12:35 AM
  4. Excel to alternate window based program macro ...
    By H-Man3 in forum Excel General
    Replies: 0
    Last Post: 02-09-2012, 09:36 AM
  5. Replies: 4
    Last Post: 02-09-2012, 09:29 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