Are all properties of controls on ctrl toolbox toolbar accessable?
That is because the option button from the control toolbox does not have a
linked cell. The option button from the forms toolbar does. What exactly
would you like to do?
--
HTH...
Jim Thomlinson
"-JEFF-" wrote:
Using the OptionButton from the controls toolbox toolbar, I am unable to
access the linkedcell property using the following code. I have accessed
some of the properties, (caption, value) using this syntax but when I try to
change LinkedCell, I get "object doesn't support this property or method"
How do I change the linkedcell property?
ActiveSheet.OLEObjects("OptionButton" & iob).Object.LinkedCell = "P11"
|