Hey Raver,
How often does the application.ontime function poll the system clock? I've never heard of that method before.... just the used the windows API or checking the value against the =now() function in the OnCalculate event.
Also, FWIW I've always used:
sheets("sheet1").range("A1").value = sheets("sheet1").range("A2").value
... for copying cell values in excel. It's a little more effecient, I believe, but doesn't really matter either way.
Thanks,
- The New Guy
PS. Don, did you get my sample sheet? If so, you may want to test it against Raver's code, his may be more accurate.
How often does the application.ontime function poll the system clock? I've never heard of that method before.... just the used the windows API or checking the value against the =now() function in the OnCalculate event.
Also, FWIW I've always used:
sheets("sheet1").range("A1").value = sheets("sheet1").range("A2").value
... for copying cell values in excel. It's a little more effecient, I believe, but doesn't really matter either way.
Thanks,
- The New Guy
PS. Don, did you get my sample sheet? If so, you may want to test it against Raver's code, his may be more accurate.
