Outlook Form Error: The Attempted operation Failed. An Object Could Not be found

Elba 141 Reputation points
2023-12-17T00:06:34.5+00:00

Hi all
I would like to create an Outlook Message form that has Combo Boxes in the Email Body (Message Text)

 

In The developer tab, select “Design a form”

  1. From the Standard Forms Library, select “Message” and press the “Open” buttonPicture1

A new message template is created

Publish the Form

Save the form and exit

Go to the “Choose Form” button and select the form I  created

Create  two Combo Box in MS Word and paste into the Email Body

In the Developer Tab of Outlook, select “Design This form”

Publish the Form

Run the form

 The error below appears

Picture2

 Why do I keep getting this error ?
Sometimes the error occurs before I add the Combo Boxes to the message

Microsoft 365 and Office | Development | Other
Outlook | Windows | Classic Outlook for Windows | For business
{count} votes

Accepted answer
  1. Eric Legault (MVP) 165 Reputation points
    2023-12-19T22:33:57.1666667+00:00

    My mistake, the VBA Forms Controls are actually different than the controls used in custom Outlook forms. Regardless, you cannot use controls from Word in a custom Outlook form, and you cannot add any custom Office controls of any kind whatsoever inside the email body (only HTML can be used).

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Eric Legault (MVP) 165 Reputation points
    2023-12-19T19:55:50.49+00:00

    VBA Forms Controls cannot be used in the body of an email, as the body is rendered in its own control that cannot host other controls.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.