Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Probably just wrap-around.Change these lines
Application.ScreenUpdating = False 'just while label is created and formatted For Each objOLE In ActiveSheet.OLEObjects If objOLE.Name = "TTL" Then objOLE.Delete 'only one can exist at a time Next objOLE to Application.ScreenUpdating = False 'just while label is created 'and formatted For Each objOLE In ActiveSheet.OLEObjects If objOLE.Name = "TTL" Then objOLE.Delete 'only one can exist 'at a time Next objOLE -- HTH RP (remove nothere from the email address if mailing direct) "John Robinson" wrote in message ... Thank you for replying. I have tried your suggestion but it does not work. I am trying to get it to work hovering over a label in a worksheet. It fell over at the adding a form line and wouldn't even allow debug! John Robinson *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing the "tooltip" text in an excel chart | Charts and Charting in Excel | |||
Change the tooltip text for a datapoint | Charts and Charting in Excel | |||
tooltip text | Links and Linking in Excel | |||
How to add Tooltip text to Treeview | Excel Programming | |||
add text to label (label from forms toolbar) | Excel Programming |