Thread: pausing a macro
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default pausing a macro

Not really. You can prompt for input with the InputBox or
Application.Inputbox

--
Regards,
Tom Ogilvy

"Hasan Cansü" wrote in message
...
Hi,

is there a way to pause the macro, allow the user to
change some values in a worksheet and resume the macro
again?

thanks

Hasan