Macro to display a menu item - possible?

T

TonyJeffs

Is it possible to write a macro thatll display an excel built in inputbox, eg
data|getExternalData|newDatabaseQuery


Thanks

Tony
 
A

a_d66

you can create a private tool bar.
also you can write the menu on an excel sheet and make links on ever
line
 
B

BrianB

In VB Editor use View/Objeect Browser and do a search for xldialog.

You get a huge list. Doesn't look like the one you want is there thoug
(of course <grin>)
 
Top