Checkboxes do not show when Worksheets Emailed

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Worksheets("Start").Range("A1:K55").Select
ActiveWorkbook.EnvelopeVisible = True
sSubject = "Any Text " & CStr(ActiveSheet.Range("B2").Value)
' vSend = "zxc@123corp"
With ActiveSheet.MailEnvelope
.Introduction = ExtraStuff
.Item.To = vSend
.Item.Subject = sSubject
.Item.Send
End With

This above code runs and the resulting email shows blank where the
checkboxes should be
 
Thanks Ron
I will try the code. Got an error message on the 1st attempt to post this
question so tried again. Sorry for the double post and thanks for your help
 
Ron
I'm still not seeing the checkboxes. I have tried both with and without
pictures. I am not using a form just directly inputting to a worksheet which
has Checkboxes located on it.
Thanks again for your help
Steve
 
Hi Steve

I have test it in 2007
Do you use another version

Let me know and I will test it also in that version
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top