-
WSKobus
AskWoody LoungerHi Joe
Thank you very much, I did not realise it can be solved this easily, but then of course you have to now about the solution first. Any case I found a few files of more than 25MB that caused the problem. As you said after deleting them the problem was solved.
Thank you again for the help, I realy appreciate it.
-
WSKobus
AskWoody LoungerJoe
Is there a specific place where I can see incoming mails? or where must I search for it?
Regards
-
WSKobus
AskWoody LoungerHi Joe
Yes I can access my mail through Outlook Web Access, but pardon my silly question, how do I take action once I opened my mail box through Web Access?
Sorry if it is a silly question but I would really appreciate the help.
Regards
-
WSKobus
AskWoody LoungerHi
Sorry for taking so long to come back, but I was out of the office for a time.
We are both using Excel 2007
When we transfer the file with a pendrive then everything works fine.
When my colleque send the file to me then everything works, when I send it back to him the same problem occur, but when I tried to attach the macro again to the button on his machine I get a message that the button is locked for editing.
Upon further investigation I realise that the only difference between our computers is that my machine is 64bit and his 32bit.
I do not know if that is the answer to the problem and if I can do anything or change any setting to “not lock” the button if the file is send by email from my machine to his. As I said earlier when transferred by pendrive the the button do not lock up, or send from his machine to mine also no problem. It is only when send by email from the 64bit machine back to the 32 bit where the button lock up.
Regards
-
WSKobus
AskWoody LoungerRory
Thank you for the reply.
I want to copy about 10 cells at a time. Can you explain briefly how you set this up, I have never done it and do not know how or where to set it up.
I understand what you say about using this to trigger the copy routine, but will it be able to copy at intervals and not every change. I can use the previous procedure (calculation event on the worksheet) that I posted in the APIclock workbook WITHOUT the clock to copy every single change without a timer. The problem is that the data I want to copy can change 20 times a second and I do not want to copy all that. I want to copy at set intervals to reduce the quantity of data copied.
If your suggestion can not work here it will be a drawback, but if the only problem with the clock I posted will be the Undo button then I can live with that since I use more than one computer and I can use one where I hardly use Excel or Word on to accomplish this.
My problem is that I do not know how to inpcorporate the code in the APIclock workbook with the code that Andrew wrote, unfortuneately my knowledge as far as VBA code is concerned is a bit limited or if compared you, Andrew, Hans, etc, then it will fall into the category of Severely Limited.
-
WSKobus
AskWoody LoungerRory
Thank you for the advice.
A few questions on this since I have never used it before: Can you copy 6-8 columns of information in a record that will span a few thousand records to be analysed? Can you set intervals for the recording of information? When you talk about servers are you refering to the server I connect to or to the data suppliers server. Where I am I have to connect via a wireless connection or a mobile modem to a service provider in order to get to the info I am after. I would appreciate a bit more detail on this since I have no experience with this.
Thank you
-
WSKobus
AskWoody LoungerHi Andrew
Here is the workbook with the results and with some additions and changes I made.
If you look on the Record sheet you will notice that records are printed and then a few seconds later it print again. This is on 1min intervals, any reason for that?
It does not happen all the time, so I was wondering why it is doing that.
I would appreciate it if you can make any changes or enhancements to do it to the attached workbook. I do not take it for granted that you are going to spend more time on this but if you are going to I would much appreciated it. I can not tell you how much I learn here from you, Hans, Steve, etc, etc. I can assure you I do not take you guys for granted and do really appreciate the guidance and education here in the Lounge.
-
WSKobus
AskWoody LoungerHi Andrew
I found a new clock that I posted over the weekend in another post. The clock does not crash the system or stop running when you change workbooks, etc.
More importantly I found another script that execute code when a formula result change.
Have a look at the attached workbook, you will see that the results on the left, the yellow cells get copied to the green cells everytime the clock in A5 change.
Maybe we can use similar code instead of the Change Event
One other question: in the case where we specify intervals of say 10 seconds is it possible to have it print at round numbers like 10 sec, 20 sec etc or in the case of say 15sec intervals, 15, 30, 45, etc or in the case of minutes to print at 1:00 or 3:00 (mm:ss) etc. I do not know how much work is involved in enhancing the code but I would appreciate it if it is possible without to much hassle.
I will send another workbook after this one to show you some results of the original workbook that you coded.
Thank you again for the great work I really appreciate it.
-
WSKobus
AskWoody LoungerHi
After many hours of searching, testing etc I got hold of the script for a clock that does not seem to have any of the problems that some of the clocks have that display in an Excel cell.
Some of the problems with some clocks are that they stop running when you open a new workbook or change to another workbook. Some just crash Excel when you change workbooks.
The attached clock does not have any of these problems. If you have 2 workbooks open and use Windows > Arrange > tile Ok with one of the sheets with the attached clock in it you will notice that the clock stop running when you enter edit mode on the 2nd workbook but as soon as you press Enter it runs again. It also has not crach the workbook or Excel.
Then I must say that it contain some code that I have not seen in any of the other Excel clocks, maybe some of our wise men can enlighten us why this clock is different and if there are any other dangers or concerns in using the attached clock (I say this with the concerns from Hans mentioned earlier in mind)
-
WSKobus
AskWoody LoungerHi
Thank you, I got it running now: Tools> Macros > run Refresh macro
Thank you for the help
-
WSKobus
AskWoody LoungerHi
I did take note of it, I just want to understand how it works. I am not going to display it while I am working on a workbook. I did read many posts on other forums etc offering clocks and they work very nicely, but all I want to do here is having the clock run automatically inside a cell in the spreadsheet.
How do I activate the Refresh Macro? I thought all I have to do is changing B1=0 and then change it back to B1=1, but that does not work, the clock is not running, it only updates everytime you change B1.
Any other suggestion would be appreciated.
-
WSKobus
AskWoody LoungerHi
I know this was an old post, but I am trying to get this to work.
I am using Excell 2003. I have pasted the code provided in a module and add a now() function into A1, but I can not get the clock to run automatically. Can any body please show or explain to me what I am doing wrong.
I would appreciate it.
Thank you.
-
WSKobus
AskWoody LoungerAndrew
Thank you for the briliant work.
I will study what you have done, I am always impress to see a master at work.
-
WSKobus
AskWoody LoungerAndrew
Thank you for the good lesson, I learned a lot and the file works great.
I want to try a few more enhancements, if I can not figure out the referencing I might call on your supperior knowledge again.
So far the code works 100%, just a question: how do you stop the opperation and just save the workbook? So far I save it and when I close it then it boots automatically again. For now I have to force a workbook crash in order to get it to close.
-
WSKobus
AskWoody LoungerAndrew
I would be greatfull if I can tap your brain once more. I am trying to copy more data as per the attached workbook.
I now have 4 pieces of data that I want to copy but I only manage to copy the first and the fourth, do you mind checking what I did wrong?
I would appreciate it very much.I read the piece as you suggested, very interesting. I found that while you are running only this workbook there are no errors, the problems only start when you try to work on other workbooks in the same time. So for now I will run the workbook on its own on a separate computer.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Registry Patches for Windows 10
by
Drcard:))
2 hours, 43 minutes ago -
Cannot get line length to NOT wrap in Outlining in Word 365
by
CWBillow
2 hours, 55 minutes ago -
DDU (Display Driver Uninstaller) updates
by
Alex5723
6 hours, 31 minutes ago -
Align objects on a OneNote page
by
CWBillow
8 hours, 11 minutes ago -
OneNote Send To button?
by
CWBillow
8 hours, 54 minutes ago -
WU help needed with “Some settings are managed by your organization”
by
Peobody
17 hours, 27 minutes ago -
No Newsletters since 27 January
by
rog7
13 hours, 24 minutes ago -
Linux Mint Debian Edition 7 gets OEM support, death of Ubuntu-based Mint ?
by
Alex5723
21 hours, 57 minutes ago -
Windows Update “Areca Technology Corporation – System – 6.20.0.41”
by
Bruce
21 minutes ago -
Google One Storage Questions
by
LHiggins
2 hours, 42 minutes ago -
Button Missing for Automatic Apps Updates
by
pmcjr6142
3 hours, 46 minutes ago -
Ancient SSD thinks it’s new
by
WSila
16 minutes ago -
Washington State lab testing provider exposed health data of 1.6 million people
by
Nibbled To Death By Ducks
1 day, 8 hours ago -
WinRE KB5057589 fake out
by
Susan Bradley
1 day, 1 hour ago -
The April 2025 Windows RE update might show as unsuccessful in Windows Update
by
Susan Bradley
16 hours, 14 minutes ago -
Firefox 137
by
Charlie
12 hours, 33 minutes ago -
Whisky, a popular Wine frontend for Mac gamers, is no more
by
Alex5723
1 day, 20 hours ago -
Windows 11 Insider Preview build 26120.3863 (24H2) released to BETA
by
joep517
1 day, 20 hours ago -
Windows 11 Insider Preview build 26200.5551 released to DEV
by
joep517
1 day, 20 hours ago -
New Windows 11 PC setup — can I start over in the middle to set up a local id?
by
ctRanger
16 hours, 43 minutes ago -
Windows 11 Insider Preview Build 26100.3902 (24H2) released to Release Preview
by
joep517
2 days ago -
Oracle kinda-sorta tells customers it was pwned
by
Nibbled To Death By Ducks
2 days, 6 hours ago -
Global data centers (AI) are driving a big increase in electricity demand
by
Kathy Stevens
2 days, 16 hours ago -
Office apps read-only for family members
by
b
2 days, 19 hours ago -
Defunct domain for Microsoft account
by
CWBillow
2 days, 16 hours ago -
24H2??
by
CWBillow
16 hours, 36 minutes ago -
W11 23H2 April Updates threw ‘class not registered’
by
WindowsPersister
12 hours, 30 minutes ago -
Master patch listing for April 8th, 2025
by
Susan Bradley
16 hours, 26 minutes ago -
TotalAV safety warning popup
by
Theodore Nicholson
1 day, 15 hours ago -
two pages side by side land scape
by
marc
4 days, 17 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.