Help needed please.
When data validation has been added to particular Excel cells, the “ToolTip” window appears completely black on some of our end users workstations. As I understand it, this is a result of the users profile having the display options set to Black background for the tooltips (Displayschemes etcetera).
In our office, this ain’t a problem, we can reset the tooltips to a light colour and voila, the data validation “Help” text appears.
However, when we send workbooks out for external contractors (in particular for those persons with profiles which do not allow display changes e.g. in NT4.0 etcetera) we want to be sure we cover all eventualities for errors, hence we would like to set the tooltip background using vba via the excel application when the workbook is opened. I’ve managed to identify the constant vbInfoBackground as the value I want to change but I’m not sure as it is actually possible from within the workbook. Anyone come across this before?
******
try it for yourself by setting the Displaytooltips background to black.
after applying this you’ll see that the mouse over hover shows black tooltips, (probably with grey text)
Now go to excel and apply a data validation to a cell and include some text as the help text when the cell is entered.
Can you see anything? or is it just a black window?
*********
Any help would be mush appreciated
TIA
Alan