Is it possible to embed a dialog in a Form?

  • Thread starter Thread starter Ed Ferrero
  • Start date Start date
E

Ed Ferrero

I am currently using
Application.Dialogs(xlDialogEditColor).Show
to show the built-in dialog colour picker.

Is this available as a component that I can embed in a form?
Would there be any licencing issues?

Ed Ferrero
Microsoft Excel MVP
http://www.edferrero.com
 
It isn't a component. It also doesn't operate as a component, so you can
not query it for the users selection, even when called independently. It
fuctions as if the menu item associated with it were picked.
 
Thanks Tom,

That's saved me from wasting time looking. I might just build my own colour
wheel and be done with it.

Ed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top