#1   Report Post  
Posted to microsoft.public.excel.misc
Jacob_F_Roecker
 
Posts: n/a
Default The worst Code Ever

OK I think that I've got the record for the WORST code EVER.

I wanted to build a spreadsheet that would automatically become a webpage.

I built the macro and I was good. COOL BEANS

But I wanted excel to do that every minute...because it referenced a
external data that updated every minute.

I got it to work the WORST possible way you could imagine for code and speed.

I told it to calculate the difference between two cells--each of which were
times/dates.

Basically my Macro is continuously running the =now() on one cell until it's
been a minute and then it runs the other code.... starts all over and does it
again.

I KNOW there are more efficient ways of doing this but google didn't point
me to anything I could understand.

Someone mind writing me and letting me know the BEST way to do this? I'm
game for some reading.
  #3   Report Post  
Posted to microsoft.public.excel.misc
PY & Associates
 
Posts: n/a
Default The worst Code Ever

Read application.ontime then

"Jacob_F_Roecker" wrote in message
...
OK I think that I've got the record for the WORST code EVER.

I wanted to build a spreadsheet that would automatically become a webpage.

I built the macro and I was good. COOL BEANS

But I wanted excel to do that every minute...because it referenced a
external data that updated every minute.

I got it to work the WORST possible way you could imagine for code and

speed.

I told it to calculate the difference between two cells--each of which

were
times/dates.

Basically my Macro is continuously running the =now() on one cell until

it's
been a minute and then it runs the other code.... starts all over and does

it
again.

I KNOW there are more efficient ways of doing this but google didn't point
me to anything I could understand.

Someone mind writing me and letting me know the BEST way to do this? I'm
game for some reading.



  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default The worst Code Ever

Chip Pearson has lots of instructions at:
http://www.cpearson.com/excel/ontime.htm

Jacob_F_Roecker wrote:

OK I think that I've got the record for the WORST code EVER.

I wanted to build a spreadsheet that would automatically become a webpage.

I built the macro and I was good. COOL BEANS

But I wanted excel to do that every minute...because it referenced a
external data that updated every minute.

I got it to work the WORST possible way you could imagine for code and speed.

I told it to calculate the difference between two cells--each of which were
times/dates.

Basically my Macro is continuously running the =now() on one cell until it's
been a minute and then it runs the other code.... starts all over and does it
again.

I KNOW there are more efficient ways of doing this but google didn't point
me to anything I could understand.

Someone mind writing me and letting me know the BEST way to do this? I'm
game for some reading.


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
David McRitchie
 
Posts: n/a
Default The worst Code Ever

Hi Jacob,
Excel makes for a very inefficient and expensive clock. regardless of whether
you are looking at the clock or not, it going to severely interfere with Excel. Perhaps
with lots of RAM and a fast machine it would look better. I have more RAM than before but
I'm not going to experiment to see if it still makes Excel really bad, I would suggest
that you install something on the Status Bar to give you the seconds that you don't
see otherwise.
Dale Nurden's TClockEx, Taskbar Clock Enhancer v1.4.2
http://www.rcis.co.za/dale/tclockex/index.htm
and if you need something to sync your time
http://tf.nist.gov/service/its.htm look for Windows 32bit

More information on my datetime.htm page, but you have the links to actual sites above.

If you want something more customized you can use a Java Applet on a web page
of your own. example http://www.mvps.org/dmcritchie/ie/javaclock.htm
I don't think the links are good anymore you may have to a Google search
Java Applet time countdown countup timer.
actually the link is good may be different that the original --
http://timeanddate.com/counters/newyear.html
(and the time shown matches my Atomic clock -- receives radio signal from WWV)

I doubt that you would be able to convert you Excel page with ontime to a web page anyway
by saving it as HTML..
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Jacob_F_Roecker" wrote in
OK I think that I've got the record for the WORST code EVER.

I wanted to build a spreadsheet that would automatically become a webpage.



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
code not unique find latest date Barbara Wiseman Excel Discussion (Misc queries) 3 December 11th 05 08:50 AM
VLOOKUP for Zip Code Ranges JerseyJR Excel Worksheet Functions 2 September 6th 05 06:37 PM
Conform a total to a list of results? xmaveric Excel Discussion (Misc queries) 1 August 21st 05 07:22 PM
Macro for changing text to Proper Case JPriest Excel Worksheet Functions 3 August 8th 05 09:31 PM
close form code tkaplan Excel Discussion (Misc queries) 1 June 3rd 05 10:49 PM


All times are GMT +1. The time now is 03:31 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"