Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,814
Default CheckBox doesn't show in Email

ActiveWorkbook.EnvelopeVisible = True
sSubject = "Any Text " & CStr(ActiveSheet.Range("B2").Value)
vSend = "
With ActiveSheet.MailEnvelope
.Introduction = ExtraStuff
.Item.To = vSend
.Item.Subject = sSubject
.Item.Send
End With

When I send a spreadsheet with the above code, the multiple checboxes in the
captured area do not show in the Email (Outlook). Is there a setting or code
that would make these visible as they reflect choices made during data entry.
Thanks Steve
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default CheckBox doesn't show in Email

I reply in your other thread

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Steve" wrote in message ...
ActiveWorkbook.EnvelopeVisible = True
sSubject = "Any Text " & CStr(ActiveSheet.Range("B2").Value)
vSend = "
With ActiveSheet.MailEnvelope
.Introduction = ExtraStuff
.Item.To = vSend
.Item.Subject = sSubject
.Item.Send
End With

When I send a spreadsheet with the above code, the multiple checboxes in the
captured area do not show in the Email (Outlook). Is there a setting or code
that would make these visible as they reflect choices made during data entry.
Thanks Steve

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Checkbox not showing in Email Steve Excel Discussion (Misc queries) 0 February 11th 09 09:09 PM
Checkbox checked then show more checkboxes Sara New Users to Excel 3 September 10th 08 07:16 PM
Show email address idmnstr via OfficeKB.com Excel Discussion (Misc queries) 0 July 28th 08 07:53 PM
How not to show Excel comments in an outlook email? Raf Excel Discussion (Misc queries) 0 June 23rd 08 08:54 PM
Help me Please!! Need hyperlinks to show actual email address! dustin New Users to Excel 1 January 13th 05 08:59 PM


All times are GMT +1. The time now is 07:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"