M
Mike
I have developed a user form using Word and the Forms
toolbar.
I would like to insert a macro button in order to send the
completed form back to me. Do I choose the button from
the VB Toolbar (i.e. Command button)? If so, once the
command button is added and I go in to view codes it has a
default code of...
Private Sub CommandButton1_Click()
End Sub
I know that all the users of this form have Outlook.
Where specifically do I add the code within the above code?
I have tried just to copy/paste the code in between the
lines above and the VB Editor drop down windows on top
switch from the Command Button1 and Click, to General and
Declarations. I have selected Outlook library under Tools
Preferences.
What more do I need to do and/or what am I doing wrong.
Mike C.
toolbar.
I would like to insert a macro button in order to send the
completed form back to me. Do I choose the button from
the VB Toolbar (i.e. Command button)? If so, once the
command button is added and I go in to view codes it has a
default code of...
Private Sub CommandButton1_Click()
End Sub
I know that all the users of this form have Outlook.
Where specifically do I add the code within the above code?
I have tried just to copy/paste the code in between the
lines above and the VB Editor drop down windows on top
switch from the Command Button1 and Click, to General and
Declarations. I have selected Outlook library under Tools
Preferences.
What more do I need to do and/or what am I doing wrong.
Mike C.