E
Emma Aumack
Hi all,
Although I have used VBA in Excel, I have never used it in Outlook. Using
Outlook 2007, What I would like to do seems simple enough but I have no clue
how to do it. All I want to do is add text to the body of a message. I
thought something like this would work but I get the error message "Sub of
Function not defined". I know I'm missing an event or something but I'm not
sure. Can someone please help?
Sub APPRVL_REQ_TEXT()
Dim Aprvl_Text As String
Aprvl_Text = "Your approval is requested for the following contract
renewals. Please also see sales data below:"
End Sub
Although I have used VBA in Excel, I have never used it in Outlook. Using
Outlook 2007, What I would like to do seems simple enough but I have no clue
how to do it. All I want to do is add text to the body of a message. I
thought something like this would work but I get the error message "Sub of
Function not defined". I know I'm missing an event or something but I'm not
sure. Can someone please help?
Sub APPRVL_REQ_TEXT()
Dim Aprvl_Text As String
Aprvl_Text = "Your approval is requested for the following contract
renewals. Please also see sales data below:"
End Sub