View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
amescha amescha is offline
external usenet poster
 
Posts: 12
Default Changing button appearance on custom toolbar.

Tom,

Thanks again! The J-Walk add-in worked like a charm. The other macro at that
site crashed about 2/3 of the way through unfortunately. Gave a -Big number
run-time error. When I went back to Excel spreadheet I had another error
saying "Out of memory". Oh well.
BTW I solved the mouse pointer question:
CmdCaption = "Whatever you want it to say"


amescha
Charles Ames
University of Oregon


"Tom Ogilvy" wrote:

set the faceid property of the button for the image

set the tooltiptext for the popup tip

John Walkenbach has a utility to show you the faceid's
http://j-walk.com/ss/excel/tips/tip67.htm
Identifying FaceID Values for CommandBar Images

--
Regards,
Tom Ogilvy