Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an problem regarding list box selection of a sheet. The problem is first value of the list box will be get selected automatically after going on these sheet. If anyone have any solution then share here...
Go to sheet properties and have a look at the triggers. If something is changing between sheets it is most probably created in there. Otherwise go to Document Properties and have a look there as well
Cheers,
Byron
Hi
Go to settings->Document properties->Sheets->Properties->Triggers->Check in On Load Triggers is there any such triggers activated on the sheet ->If then remove it
I am sorry for not posting my problem clearly. The problem is I have a list box in a sheet and have to do the first value selection from the listbox after going to the sheet(onactivesheet).
Hi
go to sheet properties>triggers>onactivatesheet and then Add Select in Field Action and chose your field and value
Hi,
You can achieve this by Always one selected values in the list box properties
Or you can write the trigger like this
On active sheet trigger
Go to Actions->Selection->Select in fields ->Specify the field name and give the value to be selected