View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AllInTheChi AllInTheChi is offline
external usenet poster
 
Posts: 4
Default Can I use variables in the text portion of a message box?



Title says it all practically. I have a msgbox pop up at times in my
code to tell me about progress plateaus. What I want to do is
incorporate cell value calls, etc. in the msgbox text. Can I use
"CONCATENATE" or other cell functions within macro code?