Thread: tool bars
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ShaneDevenshire ShaneDevenshire is offline
external usenet poster
 
Posts: 2,344
Default tool bars

Hi,

The Label is easy just add a button and don't assign code, just set its
caption property.

I'll look into the Text box and get back to you.


If this helps, please click the Yes button.
--
Thanks,
Shane Devenshire


"RobcPettit" wrote:

Hi, Ive created a command bar and added a button using ,Set Cbct1 =
cbar.Controls.Add(Type:=msoControlButton)'. All works fine. Id like to
add a textbox and cant find any info to do this. I can add a drop down
box ok, and list box. Any ideas how to add a textbox and even a label.
Regards Robert