Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Rainhard Fischer   on Nov 28 In MS Office Category.

  
Question Answered By: Emma Campbell   on Nov 28

You can use goto command as stated below;

code....
reerun:
code......

code.....
goto reerun
code...

For your first problem, as Craig Gross mention below you can use "User Form"
with ShowModal = False, further if you want, you can set the apperance similar
to msg box while disigning,

After the form activate event you can do what ever the changes you want to do
to the spreadsheet. (you can do this without any problem  since the ShowModal =
False)

When, upon hitting a button on the user form (which you have disign like msb
box) the program will resume

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on pausing code Or get search suggestion and latest updates.


Tagged: