View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Henrich Henrich is offline
external usenet poster
 
Posts: 53
Default Continue executing code

Hi, it is possible to continue executing code while the workbook is being
saved.

For example, I will save workbook and i want, that the rest of the code will
be exucuted while the workbook will be saved and not to wait until the
workbook will be saved (the rest of the code has nothing to do with the saved
workbook)?

ActiveWorkbook.Save
' and here should my code continue without waiting for the workbook to be
saved

Thanks

Henrich