Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I am trying to use the Sheet Event and for some reason the file doesn't seem to be taking the default values.
The QVD file is attached here.
Appreciate any help on this. Please note the actual application has a number of sheets.
Thanks-
Vimal
Hi Vimal,
Since as of now this is your first sheet, so its just getting opened and not activated so the trigger is not working.
For the first sheet in your document instead of sheet event trigger you can try using a trigger "OnOpen" of Document. And for rest of the sheets you can have Sheet Event Trigger.
PFA. Hope this helps!
Hi Vimal,
Since as of now this is your first sheet, so its just getting opened and not activated so the trigger is not working.
For the first sheet in your document instead of sheet event trigger you can try using a trigger "OnOpen" of Document. And for rest of the sheets you can have Sheet Event Trigger.
PFA. Hope this helps!
HI Govindan,
For Sheet Event u make new sheet
vipin
Thank you. that makes complete sense.