View Single Post
 
Old 08-10-2017, 10:55 AM
billcorb billcorb is offline Windows 10 Office 2016
Novice
 
Join Date: Aug 2017
Posts: 3
billcorb is on a distinguished road
Default Command bars

I got it working now. I had to set the msocontrol to my command bar.

Set custBar = CommandBars("IMA-sch")
Set Cbox = custBar.FindControl _
(Type:=msoControlComboBox, Tag:="Network Paths", Visible:=True, Recursive:=True)
Cbox.Width = 36
Reply With Quote