J jc Sep 30, 2008 #1 Can someone help me understand if and how to delete/remove things like a frame or Checkbox or command button from a user form?
Can someone help me understand if and how to delete/remove things like a frame or Checkbox or command button from a user form?
D Dave Peterson Sep 30, 2008 #2 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.
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.
J jc Sep 30, 2008 #3 i meant with code. -- CroceJC Dave Peterson said: 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. Click to expand...
i meant with code. -- CroceJC Dave Peterson said: 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. Click to expand...