ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Excel on the Taskbar (https://www.excelbanter.com/excel-programming/340788-excel-taskbar.html)

carlito_1985[_8_]

Excel on the Taskbar
 

Hi Everyone,
Is it possible to write anything to display custom text and a custom
icon along the bottom, where it generally shows excels icon and the
text "microsoft excel".

I would like it to display the text "Property Database" and the icon
C:\Icon.bmp

Only for the one excel document of course.

Is this possible to do?

Thanks,
Andy


--
carlito_1985
------------------------------------------------------------------------
carlito_1985's Profile: http://www.excelforum.com/member.php...o&userid=21390
View this thread: http://www.excelforum.com/showthread...hreadid=469762


John.Greenan

Excel on the Taskbar
 
Hi,

This will change the caption

Sub tt()
Application.Caption = "Badger"
End Sub

I don't think you can change the icon directly in VBA, but you could do so
by making Windows API calls. This is a bit out of range for a beginner to
intermediate developer.

Good luck


--
www.alignment-systems.com


"carlito_1985" wrote:


Hi Everyone,
Is it possible to write anything to display custom text and a custom
icon along the bottom, where it generally shows excels icon and the
text "microsoft excel".

I would like it to display the text "Property Database" and the icon
C:\Icon.bmp

Only for the one excel document of course.

Is this possible to do?

Thanks,
Andy


--
carlito_1985
------------------------------------------------------------------------
carlito_1985's Profile: http://www.excelforum.com/member.php...o&userid=21390
View this thread: http://www.excelforum.com/showthread...hreadid=469762




All times are GMT +1. The time now is 11:41 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com