Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Does anyone know how I can make the current date apear in my browser..e.g. in the toolbar ? Thanks -- Therese |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Adding XY days to date in cells | Excel Discussion (Misc queries) | |||
Another Date issue. | Excel Worksheet Functions | |||
Date Math Problem | Excel Worksheet Functions | |||
Need help troubleshooting an array formula XLXP on Win2K | Excel Worksheet Functions |