Assign Macro to Action Button.
Posted: Tue Feb 14, 2012 6:51 am
Hi All
I have a Scenario:
In Tm1 Perspectives I have 2 Action Buttons.
When I click on Action Button,TIs run.
When I click the Button, I want the Start Timestamp to be recorded in the next cell.
I wrote Macros for recording Timestamp.
But when I run MAcro for 2nd Action Button,all the Macros get refreshed.
I wrote following Code in VBA.
Private Sub TIButton1_Click()
Application.Run "Macro_Time"
End Sub
where TIButton1 is the name of Action Button.
and Macro_Time is the name of Macro.
I have a Scenario:
In Tm1 Perspectives I have 2 Action Buttons.
When I click on Action Button,TIs run.
When I click the Button, I want the Start Timestamp to be recorded in the next cell.
I wrote Macros for recording Timestamp.
But when I run MAcro for 2nd Action Button,all the Macros get refreshed.
I wrote following Code in VBA.
Private Sub TIButton1_Click()
Application.Run "Macro_Time"
End Sub
where TIButton1 is the name of Action Button.
and Macro_Time is the name of Macro.