Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a basic slider which goes from 0 - 15.
My table is filled with values such as
0.03489345
1.34958378
14.2034982
etc...
I am wanting to make the document on default/onOpen to set a default range on my slider of 0 - 3.
How can I do this? I know I can create a trigger, but I'm not sure what to set the value at because it's a range, not a single value?
Hi the other way is
save the file with default range and close it.
so when ever you open the file it will show the default value as saved file...
This was my first thought, but it wasn't working... Any way to do this programmitcally?
I think we can write some if conditions to set as default ,
if possible could you please post a sample of file...