I am wondering if someone can tell me what the members of msoControlEdit are. I am lookig for a way to set the width the parameters and member functions etc.
Here is my code snip below:
Public Sub CreateToolbar()
On Error Resume Next
CommandBars("AP Schedule Tools".Delete
On Error GoTo 0
With CommandBars.Add(Name:="AP Schedule Tools"
With .Controls.Add(Type:=msoControlEdit)
.TooltipText = "Enter firstday of schedule week here"
End With
'There are other thing here in the code that
'create msoControl Buttons
End Sub
----------------
Thanks
Mindy
Here is my code snip below:
Public Sub CreateToolbar()
On Error Resume Next
CommandBars("AP Schedule Tools".Delete
On Error GoTo 0
With CommandBars.Add(Name:="AP Schedule Tools"
With .Controls.Add(Type:=msoControlEdit)
.TooltipText = "Enter firstday of schedule week here"
End With
'There are other thing here in the code that
'create msoControl Buttons
End Sub
----------------
Thanks
Mindy