View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_4_] Bob Phillips[_4_] is offline
external usenet poster
 
Posts: 834
Default Macro Message Box

Remove the MsgBox from the macro if it is unnecessary.

--

HTH

Bob

"lahuwm" wrote in message
...
Hi, I am trying to build a macro for a histogram. When the macro is
complete,
I am asked "Histogram - Some data will be hidden by embedded chart(s)." I
can click OK or cancel. How can I build my OK response into the macro so
that I do not need to manually respond? Thank you for reviewing my
question.