Hello!
I am trying to send an excel form that I created using VB (well with lots of help from Google) that a user will fill out with the database being an invisible worksheet in excel. I understand how to write code so when the user hits send on the form, it will generate an email and attach the workbook.
However, is it possible to only send the form as the attachment. So far it's sending the workbook but the form is not visible. Any help would be greatly appreciated.
Form.SendMail Recipients:="johndoe@abc.com", Subject:="Test", ReturnReceipt:=False