Thread: Variable value
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sonu[_2_] sonu[_2_] is offline
external usenet poster
 
Posts: 31
Default Variable value

Hi,

I want to creat a combo box that remembers what value is selected
when it was used the last time.

For example I want to create a comb box where you can select column A
thru Z. If the uses selects column B the first time he used the
application I want this combo box to show this value when next time
the application is started again.

Is there a type of variable I can use for this or I have to save the
value somewhere and just read it from there the next time.

Please let me know if there is a better way of doing this.

Thanks
Sonu