Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Therese
 
Posts: n/a
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.misc
Therese
 
Posts: n/a
Default 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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Adding XY days to date in cells satucha Excel Discussion (Misc queries) 1 November 25th 05 08:02 AM
Another Date issue. TimM Excel Worksheet Functions 1 November 17th 05 01:58 AM
Date Math Problem Dkline Excel Worksheet Functions 4 March 4th 05 04:11 PM
Need help troubleshooting an array formula XLXP on Win2K KR Excel Worksheet Functions 1 December 13th 04 07:41 PM


All times are GMT +1. The time now is 01:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"