just simple question
is it possible in vba to save the backcolor/forcolor for a label ?
if i change the color of a label like
scan1.BorderColor = RGB(255, 0, 0) the color changes as it should, but if i close the form , and restart it comes back with the original label color
is this possible...