Viewing a worksheet while a UserForm is active

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a rather complex and large macro to automate the production of test
specifications in excel.

One of the comments that has come back from the early users is that they
cannot view the worksheets that are created by my macro or even open other
workbook for reference.

This is because the macro seems to block excel from doing anything other
than the task at hand. They have asked me to find a way to allow them to at
least open other excel spreadsheets while editing in my macro.

Is there anyway to do this?

Is there anyway to be able to view the worksheets (including navigating the
cells) while the macro remains active?
 
i'm not certain how well this will work but look up the command
DoEvents

in help and see if it is what you want
 
They should be able to open other spreadsheets if they start a new
instance of excel. I typically run 18 concurrent macros in excel on a
daily basis by having each workbook reside in it's own Excel window.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top