davidbenson34
New member
- Local time
- Today, 18:00
- Joined
- Apr 2, 2008
- Messages
- 4
I have a button which sends the activesheet as an email attachment via a macro. It does not work if the default email client is Windows Live, though, - I think because the attach function in Hotmail is carried out using a web-based interface.
I would like to check first, with vba, whether Outlook or Outlook Express is the default email client. If neither are set as the current default client, I would set the visibility of that button to false, since emailing a sheet as an attachment was more of an extra optional functionality. Thanks in advance for any help.
David
I would like to check first, with vba, whether Outlook or Outlook Express is the default email client. If neither are set as the current default client, I would set the visibility of that button to false, since emailing a sheet as an attachment was more of an extra optional functionality. Thanks in advance for any help.
David