Kent Petty
New Member
- Joined
- Jan 3, 2005
- Messages
- 19
Hi all,
Is there a way to make ControlTipText to display on more than one line? I'd like to be able to provide more information than will display on a single line across the screen. I tried to set it in an initialize as follows, but it didn't work. It displayed empty boxes instead of inserting carriage returns and linefeeds:
Private Sub UserForm_Initialize()
ControlTipText = "This is a test" & vbCrLf & "of multiple lines" & vbCrLf _
& "within a ControlTipText"
End Sub
Any ideas?
Thanks,
Kent in Alaska
Is there a way to make ControlTipText to display on more than one line? I'd like to be able to provide more information than will display on a single line across the screen. I tried to set it in an initialize as follows, but it didn't work. It displayed empty boxes instead of inserting carriage returns and linefeeds:
Private Sub UserForm_Initialize()
ControlTipText = "This is a test" & vbCrLf & "of multiple lines" & vbCrLf _
& "within a ControlTipText"
End Sub
Any ideas?
Thanks,
Kent in Alaska