Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
Does any body know how to set up an alert when we switch to a page, i.e.: 'SH02' ?
Thanks
Hi
Hope the attached file will be helpful for your requirement.
Check the attached file in following path to acheive your solution using macro.
Settings-->sheet properties-->triggers-->onActivateSheet .
Regards
Ashok
What exactly are you looking for?
If you would just like a custom message to pop-up, when you go on a sheet, you could achieve this by using variables, triggers and show conditions.
For example:
Text Object and Button to close the object with Show Condition vAlert=1
+ Button has action set variable: vAlert=0
Clicking the button will make the text object and the button disappear.
Now all you need is a trigger for the sheet to actually set your variable to 1 when you open the page. This way you could display an "alert" when going to a certain page.
Hi
Hope the attached file will be helpful for your requirement.
Check the attached file in following path to acheive your solution using macro.
Settings-->sheet properties-->triggers-->onActivateSheet .
Regards
Ashok
Thnks Ashok,