![]() |
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 |
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 |
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