ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Date in the browsertoolbar (https://www.excelbanter.com/excel-discussion-misc-queries/83756-date-browsertoolbar.html)

Therese

Date in the browsertoolbar
 
Hi
Does anyone know how I can make the current date apear in my browser..e.g.
in the toolbar ?
Thanks
--
Therese

Chip Pearson

Date in the browsertoolbar
 
Try

Dim IE As Object
Set IE = CreateObject("InternetExplorer.Application")
IE.StatusText = Format(Now, "dd-mmm-yyyy")



--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Therese" wrote in message
...
Hi
Does anyone know how I can make the current date apear in my
browser..e.g.
in the toolbar ?
Thanks
--
Therese




Therese

Date in the browsertoolbar
 
Thanks :-)
--
Therese


"Chip Pearson" skrev:

Try

Dim IE As Object
Set IE = CreateObject("InternetExplorer.Application")
IE.StatusText = Format(Now, "dd-mmm-yyyy")



--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Therese" wrote in message
...
Hi
Does anyone know how I can make the current date apear in my
browser..e.g.
in the toolbar ?
Thanks
--
Therese






All times are GMT +1. The time now is 12:23 AM.

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