View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mikeg710 mikeg710 is offline
external usenet poster
 
Posts: 8
Default Custom Toolbar/Menu for UserForm

I am developing a custom dialog box/userform through the Excel 2003 VBE. I
would like to create a custom toolbar menu for this userform, but I can't
find any controls that allow me to "build" a toolbar in the VBE.

Is there a way to do this with the VBE, or must it be coded using VBA?