Spin Button Programming

S

Squeaky

Hi All,

Using Excel 2007. Is is possible to change the linked cell of a spin button
(Active X) using VBA?

Thanks,

Squeaky
 
M

Mike H

Hi,

ActiveSheet.OLEObjects("SpinButton1").LinkedCell = "f12"


--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top