Thread: optionbutton
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ZX ZX is offline
external usenet poster
 
Posts: 4
Default 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??