Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() This maybe? Code: -------------------- private sub cmdOK_click() If ckbOne.value = true then Activesheet.cells(1, 1).value = "blah" Activesheet.cells(2, 1).value = "blah" End if If ckbTwo.value = true then Activesheet.cells(1,2).value = "blah2" Activesheet.cells(2,2).value = "blah2" End if End sub -------------------- etc. -- Ouka ------------------------------------------------------------------------ Ouka's Profile: http://www.excelforum.com/member.php...o&userid=23988 View this thread: http://www.excelforum.com/showthread...hreadid=502338 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IME MODE FOR EXCEL 2007 (URGENT URGENT) | Excel Discussion (Misc queries) | |||
Urgent-Urgent VBA LOOP | Excel Discussion (Misc queries) | |||
Urgent: How to use CheckBoxes in ListBox | Excel Programming | |||
Macro help urgent urgent | Excel Programming | |||
Macro help urgent urgent | Excel Programming |