Re: How to save selected stuff on Userforms...
does your updatecaption inlude a line like
tempvlabel = tempselection
otherwise the setting is going into a varialbe, but not being transferred to the label, i would put the setting straight into the label on form load and not use varialbes for that
tempvlabel = GetSetting("MyName", "TempSection", "TempKey", "Temp")
pete
Re: How to save selected stuff on Userforms...
but thats what i did?? the variable typed is going straight into the label....just not getting saved....did this the same way that rob showed in the light setttings example..but still not saving..i HATE VBA!!!
Re: How to save selected stuff on Userforms...
the code above you showed, that you had commented out teh getsetting savesetting lines, showed you were using a variable
pete
Re: How to save selected stuff on Userforms...
Thanks WestConn1 and Rob for your help :wave: