ControlTipText

N

Nigel

Hi All
On my userform I am utilising the ControlTipText property which works great.

Questions:

1. Can I control the text font for this property and how?

2. How can I make the ControlTipText display multiple lines? I tried adding
vbcrlf without success

Thanks
 
R

RB Smissaert

Don't think you can do either.
Options are to use the API and I have seen code that uses this to make
multiline ones
or to make your own custom ControlTipText with a Userform that loads with
the MouseMove event.
Doing a Google on: ControlTipText Multiple API should find you the code for
multiple lines.

RBS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top