![]() |
#1
|
|||
|
|||
![]()
Am using the following to send a Word form as an email:
Private Sub Document_New() Options.SendMailAttach = True ActiveWindow.EnvelopeVisible = True With ActiveDocument.MailEnvelope.Item .Subject = "Hospitality Services Request Form - [Name of Lawyer]" .Recipients.Add "#Room Booking - HFX; #Housekeeping" End With If ActiveWindow.View.TableGridlines = True Then ActiveWindow.View.TableGridlines = False End If End Sub Is there a way to include information a user types into a Text Form Field (Bookmark name: bkLawyer) in the subject line of the email? |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
richiebabes | Word VBA | 3 | 09-04-2014 09:21 PM |
![]() |
rparker85 | Outlook | 3 | 12-12-2011 10:26 AM |
Copy plain text message including sender, recipient, and subject | distancesprinter | Outlook | 0 | 01-22-2010 12:49 PM |
![]() |
Gail L. | Word | 2 | 05-17-2009 12:38 PM |
![]() |
namishtiwari | Outlook | 1 | 04-21-2009 11:21 PM |