This is in my userform initialise:
This is a seperate sub
can anyone suggest why this wont work?, it jsut returns type mismatch everytime
EDIT:
is O n C l i c k a dirty word on this forum? :P
EDIT2: ps. this is in powerpoint not excel, if that makes a difference?
Code:
PrepT (CommandButton1)
This is a seperate sub
Code:
Sub PrepT(TitleButtonToPrepare As MSForms.CommandButton)
With TitleButtonToPrepare
.Visible = True
.TakeFocus******* = False
.Font.Bold = True
.Font.Size = 8
End With
End Sub
EDIT:
is O n C l i c k a dirty word on this forum? :P
EDIT2: ps. this is in powerpoint not excel, if that makes a difference?
Last edited by a moderator: