Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Menus

Status
Not open for further replies.

dvannoy

MIS
May 4, 2001
2,765
US
I have created a custom menu in one of my projects. I have one little problem. I need the option "Analyze it with Excel" When I created my menus I did it through Macros and the AddMenu option. The only option I could find was "Output to Excel"..But that creates a .xls file.

Does anyone know of a way to get the Analyze it with excel option on the menu..I would like to put it under "file"

Thanks
DVannoy
A+,Network+,CNA
dvannoy@onyxes.com
 
Hi,

In VBA, you use the DoCMd command to run the DoMenuItem command. This allows you to run any menu item.
Example
DoCmd.DoMenuItem
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top