Active Form Macro Command for Double-Click
Posted: Tue Apr 02, 2013 10:58 am
Hi All,
I have a question on how to expand rows via an excel macro on an active form.
I have a dashboard which is updated from many active sheets. Some of these sheets are simple high level reports, but a few require me to report a filtered set of top 5 or 10 customers etc.
I have a parameter which the user selects which is simply a DIMNM of the dimension for “Month” which is linked to these active sheets.
I rebuild each sheet using the “Application.Run TM1Refresh” command in my macro which correctly brings back the consolidated data I need for the month selected.
What I am wanting to know is what the macro command is, which effectively mimics and user action of “double-clicking” the consolidation node, to display the children ?
This is where I am stuck. I've had a look around but can't seem to find the right code that works and am hoping that this is something relatively easy to do.
Any help greatly appreciated guys
Ajay
I have a question on how to expand rows via an excel macro on an active form.
I have a dashboard which is updated from many active sheets. Some of these sheets are simple high level reports, but a few require me to report a filtered set of top 5 or 10 customers etc.
I have a parameter which the user selects which is simply a DIMNM of the dimension for “Month” which is linked to these active sheets.
I rebuild each sheet using the “Application.Run TM1Refresh” command in my macro which correctly brings back the consolidated data I need for the month selected.
What I am wanting to know is what the macro command is, which effectively mimics and user action of “double-clicking” the consolidation node, to display the children ?
This is where I am stuck. I've had a look around but can't seem to find the right code that works and am hoping that this is something relatively easy to do.
Any help greatly appreciated guys
Ajay