Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need help with VBA:
A1 B1 C1 D1 value checkbox if checked put value in C1, uncheck then clear value checkbox " " value checkbox " " goes on for 500 rows. Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
HI
Can you use this? If you are using a "=EMBED("Forms.CheckBox.1","")" right click-properties-link cell to "B1" and in C1 type this formula- =IF(B1=TRUE,A1,"") and copy down. Regards Cimjet "ash3154" wrote in message ... I need help with VBA: A1 B1 C1 D1 value checkbox if checked put value in C1, uncheck then clear value checkbox " " value checkbox " " goes on for 500 rows. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Delete content of cell without erasing existing formula? | Excel Discussion (Misc queries) | |||
Auto delete cell content | Excel Discussion (Misc queries) | |||
Delete cell content | Excel Discussion (Misc queries) | |||
Delete Row based off cell content | Excel Discussion (Misc queries) | |||
can't delete a cell content in excel | New Users to Excel |