Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have little bit of code that dumps Activex Checkbox on page, sizes i
to fi in nicely to the ActiveCell. Works beautifully, except I want to mak th linked cel the active cel as well, and I really don't want to have t g into design mode and do it manually for every checkbox I create. Fo som reason this code does not work as I expect. I'm sure theres fundamenta principle I am unaware of Checkbox1.LinkedCell = ActiveCel Also another question: When dumping the checkboxes on the page, the ar incremented by 1..eg Checkbox1, Checkbox2 etc. Seems to me there mus be a index somewhere that keeps track of these. How can I refer thes checkboxe by their ordinal number programmatically at runtime so that I can d operations with the checkbox at that time, using the index or th ordina part of the string. I could write something to strip the ordinal par out o the name, but that seems like a major kluge -------- Message sent via www.excelforums.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ActiveCell.FormulaR1C1 = "=SUM(R[-tellerteller]C:R[-1]C)" | Excel Discussion (Misc queries) | |||
Standard font in a "New Microsoft Excel Worksheet.xls" wont change | Excel Discussion (Misc queries) | |||
Macro wont update after file "read only" | Excel Worksheet Functions | |||
Referencing "current" row (not using ActiveCell.Row) | Excel Programming | |||
XP VBA: Range("A2", ActiveCell.SpecialCells(xlLastCell)).Select | Excel Programming |