Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I'm trying to complete a simple task. On my Transfer worksheet and on my Delete worksheet, I have a command button called Clear and I would like it to clear checkbox 3 and checkbox4 from the active sheet. I put checks in checkbox 3 and checkbox4 and when I click the Clear button nothing happens. The checkmarks are still there. i tried this code but keeps giving me error "unable to get oleobjects property of worksheet class" 'Worksheets("transfer").OLEObjects("CheckBox3").Ob ject.Value = False I also tried and still it doesn't work for me checkbox3 = 0 checkbox3.value = false I'm using excel 97. Sub Button20_Click() 'worksheet Transfer clear Worksheets("transfer").Select CheckBox3 = False CheckBox4 = False end -- happyPotter ------------------------------------------------------------------------ happyPotter's Profile: http://www.excelforum.com/member.php...fo&userid=1510 View this thread: http://www.excelforum.com/showthread...hreadid=384598 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clear Checkbox | Excel Discussion (Misc queries) | |||
Transfer a name from one cell to another but leave clear if clear? | Excel Worksheet Functions | |||
Clear a Checkbox in a a user form | Excel Discussion (Misc queries) | |||
clear the clear the web page email attachment lines | Excel Discussion (Misc queries) | |||
How to have Checkbox A uncheck with checked Checkbox B | Excel Discussion (Misc queries) |