View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
D Van D Van is offline
external usenet poster
 
Posts: 6
Default Displaying messages

msgbox ("Begin")
msgbox ("End")

"Claudia" wrote in message
...
Hello,

Can anyone provide me with code that will display a
message at the beginning of a macro and at the end when it
finishes running?

Thank You