Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Just read this article by MS. But how to add an OK button? What is the equivalent of "Forms.CheckBox.1"? What about other types of components. Is there a single reference to all of this. Also, once I learn to add a button, how to attach code to it? Many thanks in advance! Aaron Fude |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can add controls and code dynamically; requires perseverence (debugging
is much more difficult)! Consider having ALL your controls on the form (with associated) code on the form at the outset. Set the visible property of the controls (you might have wanted to add) to FALSE initially and set the property to TRUE when you might have added them. " wrote: Hi, Just read this article by MS. But how to add an OK button? What is the equivalent of "Forms.CheckBox.1"? What about other types of components. Is there a single reference to all of this. Also, once I learn to add a button, how to attach code to it? Many thanks in advance! Aaron Fude |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
http://www.j-walk.com/ss/excel/tips/tip76.htm
-- Regards, Tom Ogilvy " wrote: Hi, Just read this article by MS. But how to add an OK button? What is the equivalent of "Forms.CheckBox.1"? What about other types of components. Is there a single reference to all of this. Also, once I learn to add a button, how to attach code to it? Many thanks in advance! Aaron Fude |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create UserForm programmatically | Excel Programming | |||
Looping procedure calls userform; how to exit loop (via userform button)? | Excel Programming | |||
delete Userform control programmatically | Excel Programming | |||
how do i programmatically insert a button on a worksheet | Excel Programming | |||
how to add code programmatically to a macro for a button | Excel Programming |