View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] HammerJoe@gmail.com is offline
external usenet poster
 
Posts: 126
Default help with Application.EnvelopeVisible

Can someone help me how to code Application.EnvelopeVisible = FALSE if
the user decides not to use the email?

Application.EnvelopeVisible = TRUE opens the email headers (To, From,
Subject,etc) but
Application.EnvelopeVisible = FALSE removes the headers but leaves the
space occupied by them.

I want to mimic clicking on the email button in the commandbar.
How is it done?