tomswaelen
Registered User.
- Local time
- Today, 07:56
- Joined
- Nov 13, 2011
- Messages
- 10
I have created a button to send a form as a PDF attachment in Outlook, using the Sendobject macro. Is it possible to populate the subject line and message text with values from a form or table? I tried inserting !Forms![Example] into the subject line, but it simply puts that as text into the subject line (syntax may be wrong).
I do not know anything about VBA, is it possible to do this with a macro?
Furthermore, if I get into VBA and look for the button (Knop407), I simply see:
Private Sub Knop407_Click()
End Sub
Nothing more. I can't find the relevant code, even for the existing macro, anywhere. Shouldn't I at least be able to find some kind of code with SendObject in it?
I do not know anything about VBA, is it possible to do this with a macro?
Furthermore, if I get into VBA and look for the button (Knop407), I simply see:
Private Sub Knop407_Click()
End Sub
Nothing more. I can't find the relevant code, even for the existing macro, anywhere. Shouldn't I at least be able to find some kind of code with SendObject in it?