Using VBA on XL97 and would like to create a multi-line controltiptext. I have tried following code but no luck.
userform1.label1.controltiptext = "Line 1" & vbcrlf & "Line2"
Also tried ctrl-Enter at design time and no luck.
Anyone cracked this?
userform1.label1.controltiptext = "Line 1" & vbcrlf & "Line2"
Also tried ctrl-Enter at design time and no luck.
Anyone cracked this?