Design View of grouped Macros

  • Thread starter Thread starter Jennifer Nadey
  • Start date Start date
J

Jennifer Nadey

I am trying to determine the actions that exist within a macro group. When
I view the macro in design view, there are three RunMacro commands listed in
the action column. Is there anyway I can determine the actions that are
within each individual RunMacro action?
 
Jennifer,

For each RunMacro action, you will see an entry in the Macro Name
argument, shown towards the bottom of the macro design window. Then,
you need to find the macro with this name, within your database, look at
it in macro design view, and you will see the actions it performs.
 
The macros with those names are not found in the database. Is it possible
to hide Macros?
 
Jennifer,

What is an example of the names of the macros you are looking for?

Yes, it is possible to hide them. From the Database Window, go the the
Tools|Options menu, and on the View tab, you can tick the 'Hidden
Objects' checkbox, and then look in the Macros section again.
 
Back
Top