Thread: Screen tips
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Screen tips

Dear John

The below code will display the text in the bottom left of the app status bar.

Application.StatusBar = "John Doe"

It this post helps click Yes
---------------
Jacob Skaria

"John" wrote:

Is it possible to add screen tips to a worksheet? For example, if the cursor
is over cell B3, which contains the initials JD, I would like a sreen tip
that reveals the name (John Doe). The name and intials are off in a
database.