Manipulating excel "autoshapes" with VBA

Posted by AME on Stack Overflow See other posts from Stack Overflow or by AME
Published on 2010-04-09T18:32:19Z Indexed on 2010/04/09 18:33 UTC
Read the original article Hit count: 190

Filed under:
|

I am trying to write a macro in VBA (Excel) that is assigned to a Checkbox. Whenever the checkbox is clicked, an "autoshape" will change its "order" from "Send to Back" to "Send to Front".

Basically, I am trying to create a dashboard with multiple panels, so that users can access information without moving between sheets. Each panel will have a rectangular autoshape as its background and the components of the panel will be "grouped" within the autoshape.

Can this be done? I would greatly appreciate any ideas into writing the code.

Thanks,

© Stack Overflow or respective owner

Related posts about vba

Related posts about excel-vba