179k views
3 votes
Michelle needs to view and delete macros in a document. Which steps should she follow to perform this action?

O Press Alt+F8, select the macro to be deleted, and press Delete.
O Under the Developer tab, click the Macros button in the Code group, select the macro to delete, and press Delete.
O Press Alt+F11, click Tools, select Macros, choose the macro to delete, and press Delete.
O All of the above are correct steps.

User John Cs
by
7.6k points

2 Answers

3 votes

Answer: O Under the Developer tab, click the Macros button in the Code group, select the macro to delete, and press Delete.

Step-by-step explanation:

This is the correct step to view and delete macros in a document. To do this, Michelle should follow these steps:

Open the document where the macros are located.

Click on the Developer tab.

In the Code group, click the Macros button.

A dialog box will appear, displaying the list of macros in the document.

Select the macro that needs to be deleted.

Press the Delete button.

It's worth noting that the other options are not correct steps. Pressing Alt+F8 will bring up the Macro dialog box, but it won't allow to delete macros. Pressing Alt+F11 will open the Visual Basic Editor, but it won't allow to delete macros either.

User John Hoge
by
7.8k points
4 votes

Answer:

Under the Developer tab, click the Macros button in the code group, select the macro to delete, and press delete.

Explanation: I got it right

User Prosoitos
by
7.9k points