Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Everyone.
Previous Thread - On Change (Checkboxes) or something similar Bob was thoughtful enough to provide me with a solution to my problem with checkboxes...However, today I began to experience another problem all-together. A section of my code is shown below: With ActiveSheet .CheckBoxes.Add(.Range(CellRef).Left, Range(CellRef).Top - 1.5, 0, 12.75).Select Selection.OnAction = "SpreadBoxes" Selection.Caption = "" Selection.LinkedCell = CellRef End With The weird thing is that this code worked fine yesterday, but then today when I tried to use it again the Selection.OnAction ="SpreadBoxes"; Selection.Capiton and Selection.LinkedCell ALL return the error "Object doesn't support this property or method." What could cause such an error? Can anyone provide any guidance? I actually rewrote the whole subroutine this morning to try and figure it out, but had no luck to speak of. Thanks in advance for any help, and thanks again to Bob for his help yesterday. David |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculator Answer Doesn't Match Excel Answer | Excel Discussion (Misc queries) | |||
Creating fillalbe check boxes in excel by double clicking on chec. | Excel Discussion (Misc queries) | |||
making a cell go red when answer in questionnaire is wrong | Excel Discussion (Misc queries) | |||
Convert $12.00 to text (Twelve dollars) like you would on a chec.. | Excel Worksheet Functions | |||
Bob Phillips | Excel Programming |