Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I write a procedure that selects a checkbox within a range of cells so
that I can change the cell that it is linked to and also change the name? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I copied this from the VBA help file.
This example adds a check box to worksheet one and links the check box value to cell A1. With Worksheets(1) Set cb = .Shapes.AddFormControl(xlCheckBox, 10, 10, 100, 10) cb.ControlFormat.LinkedCell = "A1" End With "ranswert" wrote: How do I write a procedure that selects a checkbox within a range of cells so that I can change the cell that it is linked to and also change the name? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Get Property value of class instance by passing string property name | Excel Programming | |||
Runtime error 380 - Could not set the list property. Invalid property value. | Excel Programming | |||
.onaction property for controls checkbox | Excel Programming | |||
Runtime Error 380 – Could not set the list property. Invalid property value | Excel Programming | |||
Runtime error 380: Could not set the List property. invalid property value of listbox | Excel Programming |