Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi folks, I have two sets of three checkboxes on two different worksheets (in th same workbook) that I need displaying the same information. I tried linking both corresponding checkboxes to the same cell, but wasn't able to link them to a cell in another worksheet. I trie linking them to local cells and using formulas in the cell to keep th checkboxes in sync. But that only worked one way. This is my mos recent attempt, which also resulted in not working. 'Sheet2 code Private Sub ocb_click() Cells(11, "a") = "='sheet1'!$A$11" Sheet1.clickKeyCB() End Sub 'Sheet1 code Function clickKeyCB() Dim x As Boolean x = Cells(11, "A"): x = (x + 3) Mod 2: Cells(11, "A") = x End Function The code seemed to work, but for some reason, even though bot checkboxes are both still linked to their corresponding A11 cell, th checkbox's value does not change between true or false. Any ideas? Maybe I am going about this the wrong way, I'm all ears t any suggestions -- ph ----------------------------------------------------------------------- ph8's Profile: http://www.excelforum.com/member.php...fo&userid=1987 View this thread: http://www.excelforum.com/showthread.php?threadid=51529 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Connecting a master sheet to other sheets within the same workbook | Excel Discussion (Misc queries) | |||
Connecting Excel sheets to Access Tables??? | Excel Discussion (Misc queries) | |||
need code for hiding/unhiding sheets using checkboxes | Excel Worksheet Functions | |||
connecting multiple work sheets | Excel Programming | |||
Deleting Sheets based on checkboxes being unchecked | Excel Programming |