#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default World Clock in Excel

Hello everyone

I would like to display pictures of real-time digital clocks in an Excel
spreadsheet to show different countries with their time zones. I've seen
various websites with the types of clocks I want to show, but I have no idea
how to import them into Excel.

I see HTML codes or Embed codes, but how do I use them so the actual clocks
show? I'm not sure it's even possible, but I thought I'd try the experts.

I am aware of using =NOW codes but I want to make it more fancy.

Any ideas please?

Thank you!

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default World Clock in Excel

Maybe provide a link or two to a couple of sites that have the type of
displayed clock you're trying to come up with? That'll give others an idea
of what you're goal is.

And, no, I don't think too many are going to jump in if you're looking for
something like this:
http://www.yugop.com/ver3/stuff/03/fla.html <G

"LondonHoney" wrote:

Hello everyone

I would like to display pictures of real-time digital clocks in an Excel
spreadsheet to show different countries with their time zones. I've seen
various websites with the types of clocks I want to show, but I have no idea
how to import them into Excel.

I see HTML codes or Embed codes, but how do I use them so the actual clocks
show? I'm not sure it's even possible, but I thought I'd try the experts.

I am aware of using =NOW codes but I want to make it more fancy.

Any ideas please?

Thank you!

  #3   Report Post  
Posted to microsoft.public.excel.misc
dlw dlw is offline
external usenet poster
 
Posts: 510
Default World Clock in Excel

find a nice jpg of a world map, do a Format/Sheet/Background, then position
your =now()'s where you want, remove gridlines, do a macro that
re-calculates now and then, there ya go.

If you are going to muck with HTML, why use excel, just make it a web page...

"LondonHoney" wrote:

Hello everyone

I would like to display pictures of real-time digital clocks in an Excel
spreadsheet to show different countries with their time zones. I've seen
various websites with the types of clocks I want to show, but I have no idea
how to import them into Excel.

I see HTML codes or Embed codes, but how do I use them so the actual clocks
show? I'm not sure it's even possible, but I thought I'd try the experts.

I am aware of using =NOW codes but I want to make it more fancy.

Any ideas please?

Thank you!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default World Clock in Excel

Thank you JLatham and dlw.

Since I posted my question I have found a clock on the following website
that that I would like to use:

http://www.clocklink.com/gallery.php?category=DIGITAL

# 5001.

Once I've got the City I want, how do I put that into an Excel worksheet so
it shows as a digital clock?

"LondonHoney" wrote:

Hello everyone

I would like to display pictures of real-time digital clocks in an Excel
spreadsheet to show different countries with their time zones. I've seen
various websites with the types of clocks I want to show, but I have no idea
how to import them into Excel.

I see HTML codes or Embed codes, but how do I use them so the actual clocks
show? I'm not sure it's even possible, but I thought I'd try the experts.

I am aware of using =NOW codes but I want to make it more fancy.

Any ideas please?

Thank you!

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default World Clock in Excel

Try the workbook linked to below. I hope it's close to what you're looking
for.

All of the code (macros) in it are associated with the WorldClock sheet, so
you can simply copy both sheets into any workbook to get the functionality.

While you have the WorldClock sheet selected, the system may be somewhat
unresponsive as the code runs in a pretty 'tight' loop. But when you select
another sheet, it'll go back to normal as the clock won't be continously
updated while you're not using the sheet.
http://www.jlathamsite.com/uploads/WorldClock.xls
It's in Excel 5-2003 compatible format, so should run for you easily.
My email addy is on the setup sheet if you want to know how it actually works.

"LondonHoney" wrote:

Thank you JLatham and dlw.

Since I posted my question I have found a clock on the following website
that that I would like to use:

http://www.clocklink.com/gallery.php?category=DIGITAL

# 5001.

Once I've got the City I want, how do I put that into an Excel worksheet so
it shows as a digital clock?

"LondonHoney" wrote:

Hello everyone

I would like to display pictures of real-time digital clocks in an Excel
spreadsheet to show different countries with their time zones. I've seen
various websites with the types of clocks I want to show, but I have no idea
how to import them into Excel.

I see HTML codes or Embed codes, but how do I use them so the actual clocks
show? I'm not sure it's even possible, but I thought I'd try the experts.

I am aware of using =NOW codes but I want to make it more fancy.

Any ideas please?

Thank you!



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default World Clock in Excel

On Feb 15, 2:06*am, JLatham <HelpFrom @ Jlathamsite.com.(removethis)
wrote:
Try the workbook linked to below. *I hope it's close to what you're looking
for.

All of the code (macros) in it are associated with the WorldClock sheet, so
you can simply copy both sheets into any workbook to get the functionality..

While you have the WorldClock sheet selected, the system may be somewhat
unresponsive as the code runs in a pretty 'tight' loop. *But when you select
another sheet, it'll go back to normal as the clock won't be continously
updated while you're not using the sheet.http://www.jlathamsite.com/uploads/WorldClock.xls
It's in Excel 5-2003 compatible format, so should run for you easily.
My email addy is on the setup sheet if you want to know how it actually works.



"LondonHoney" wrote:
Thank you JLatham and dlw.


Since I posted my question I have found a clock on the following website
that that I would like to use:


http://www.clocklink.com/gallery.php?category=DIGITAL


# 5001.


Once I've got the City I want, how do I put that into an Excel worksheet so
it shows as a digital clock?


"LondonHoney" wrote:


Hello everyone


I would like to display pictures of real-time digital clocks in an Excel
spreadsheet to show different countries with their time zones. *I've seen
various websites with the types of clocks I want to show, but I have no idea
how to import them into Excel.


I see HTML codes or Embed codes, but how do I use them so the actual clocks
show? *I'm not sure it's even possible, but I thought I'd try the experts.


I am aware of using =NOW codes but I want to make it more fancy.


Any ideas please?


Thank you!- Hide quoted text -


- Show quoted text -



Here's a link to another World Clock Excel app that implements a
moving band of night and day across a map of the world with major city
times across the bottom. While it might not be exactly what you're
looking for it might give you a few ideas and you can take it apart
and look at the code.

http://www.nordberg.co.uk/ExcitingExcel/worldclock.htm

Enjoy!
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default World Clock in Excel

That application seems to be confused, as it thinks that London is on GMT+1
and Paris on GMT+2.
--
David Biddulph

"norders" wrote in message
...

Here's a link to another World Clock Excel app that implements a
moving band of night and day across a map of the world with major city
times across the bottom. While it might not be exactly what you're
looking for it might give you a few ideas and you can take it apart
and look at the code.

http://www.nordberg.co.uk/ExcitingExcel/worldclock.htm

Enjoy!

....


  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default World Clock in Excel

On Feb 27, 12:57*pm, "David Biddulph" <groups [at] biddulph.org.uk
wrote:
That application seems to be confused, as it thinks that London is on GMT+1
and Paris on GMT+2.
--
David Biddulph

"norders" wrote in message

...

Here's a link to another World Clock Excel app that implements a
moving band of night and day across a map of the world with major city
times across the bottom. While it might not be exactly what you're
looking for it might give you a few ideas and you can take it apart
and look at the code.


http://www.nordberg.co.uk/ExcitingExcel/worldclock.htm


Enjoy!


...


You spotted the deliberate error! I've uploaded a later version which
has the correct DST checking.
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
How do I calculate time in excel (clock in and clock out chad Excel Discussion (Misc queries) 3 January 7th 08 10:09 PM
Change EXCEL Clock to Standard Clock or Military Time YoMarie Excel Worksheet Functions 4 April 29th 07 08:39 PM
Atomic Clock on Excel Rodrigo Ferreira Excel Discussion (Misc queries) 0 October 24th 06 08:26 PM
World Clock SammyJJones Excel Worksheet Functions 5 November 15th 05 10:46 AM
Start Clock/Stop Clock abfabrob Excel Discussion (Misc queries) 9 June 28th 05 04:26 PM


All times are GMT +1. The time now is 08:20 AM.

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"