Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible through code to uncheck "Check boxes". In
my code below I ask the User to uncheck the boxes that are checked befor using again. But I would Like this to be automatic. Is it Possible? Range("Die1:Die5").Select Selection.Copy Range("NumSet").PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=True Range("Die1:Die5").Select Selection.ClearContents Range("E6").Select MsgBox prompt:="Make sure to Clear check boxes!." End Sub Thanks for any help. Pete W |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
make a check form, and then have info go to a check register | Excel Worksheet Functions | |||
Copy and move check box (check boxes) with new cell link? | Excel Worksheet Functions | |||
Increase size of a Forms Check Box (click on to enter check mark) | Excel Discussion (Misc queries) | |||
Check if Conditional Format is True or False / Check cell Color | Excel Worksheet Functions | |||
Enable check box in protected sheet + group check boxes | Excel Discussion (Misc queries) |