Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can someone help me understand if and how to delete/remove things like a
frame or Checkbox or command button from a user form? -- CroceJC |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You mean in code or manually?
If in code, I wouldn't bother. I'd just hide it. me.checkbox1.visible = false (in code) Manually, you can just select it and then hit the delete key on the keyboard. jc wrote: Can someone help me understand if and how to delete/remove things like a frame or Checkbox or command button from a user form? -- CroceJC -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i meant with code.
-- CroceJC "Dave Peterson" wrote: You mean in code or manually? If in code, I wouldn't bother. I'd just hide it. me.checkbox1.visible = false (in code) Manually, you can just select it and then hit the delete key on the keyboard. jc wrote: Can someone help me understand if and how to delete/remove things like a frame or Checkbox or command button from a user form? -- CroceJC -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'd still hide it.
jc wrote: i meant with code. -- CroceJC "Dave Peterson" wrote: You mean in code or manually? If in code, I wouldn't bother. I'd just hide it. me.checkbox1.visible = false (in code) Manually, you can just select it and then hit the delete key on the keyboard. jc wrote: Can someone help me understand if and how to delete/remove things like a frame or Checkbox or command button from a user form? -- CroceJC -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Userform Frames Occasionally Disappear When Form is Activated | Excel Programming | |||
User Form with CheckBoxes | Excel Programming | |||
VBA Beginner: Help with Checkboxes on created User Form | Excel Programming | |||
Generalising macro 2 cycle thru checkboxes in frames/pages on User | Excel Programming | |||
user form and frames | Excel Programming |