Thread
:
optionbutton
View Single Post
#
1
Posted to microsoft.public.excel.programming
ZX
external usenet poster
Posts: 4
optionbutton
If i put this code
Set opt = Frame1.Controls.Add("forms.label.1")
with opt
.Top = 12
.Left = 90
.Visible = True
.Caption = "Test"
.......
end with
i dont see the new optionbutton i add.
Why??
Reply With Quote
ZX
View Public Profile
Find all posts by ZX