To work around this problem, use the SelectObject action instead of the NavigateTo action before you call the WindowUnhide RunCommand action. To do this, follow these steps:
- Open your macro in Design view.
- In the row before the row that contains the WindowUnhide RunCommand action, change the setting for Action from NavigateTo to SelectObject.
- In the Action Arguments section, set the Object Type box to Macro, set the Object Name box to the name of the macro, and then set the In Navigation Pane box to Yes.
- Press CTRL+S to save the changes to the macro.