Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I calculate time in excel (clock in and clock out | Excel Discussion (Misc queries) | |||
Change EXCEL Clock to Standard Clock or Military Time | Excel Worksheet Functions | |||
Atomic Clock on Excel | Excel Discussion (Misc queries) | |||
World Clock | Excel Worksheet Functions | |||
Start Clock/Stop Clock | Excel Discussion (Misc queries) |