View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nigel Nigel is offline
external usenet poster
 
Posts: 923
Default Print and Copy option - MsgBox()

You cannot in a standard MsgBox, you will need to create a Userform with the
options you require and control the function from there.

--
Cheers
Nigel



"Vadhimoo" wrote in message
...
Hi ,
Based on my condition, I want to display a message using MsgBox().
When i display a meassge, I want to set a option for "PRINT" or "COPY" of
that displayed message. How can i set ?

Thanks in advance for your reply.