View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
BrianB BrianB is offline
external usenet poster
 
Posts: 1
Default Pause macro, add form button to sheet, continue macro when button clicked!

You cannot pause a macro in this manner.

You will either need 2 macros (no problem, the 2nd one runs from th
new button) or supply a Userform for data entry

--
Message posted from http://www.ExcelForum.com