Some recap and renewal, changes related to the last post
What I do most days, occasionally a few times if I think I catch something useful
So every day I run at least once the big code in the Requests worksheet of IPAddressesWatchingExcelFox_Refresh.xls,
Sub GetRefreshesIPAddressWatchingThingsAtExcelFox()
, and before I run it I hard code a variable towards the start , En , to the current number of pages in the users online . (The coding refreshes for that number of times, which seems to give me similar results from the seen users on line as if I had gone through looking at all the pages)
Quickly after I start the run I select a page of the users online , typically the second. (Any page other than page 1 is OK – if I use page 1 then I keep seeing myself and anyone else logged in. I want to see all the guests)
(When finished the file, IPAddressesWatchingExcelFox_Refresh.xls, gets some extra bit on its name: The day/date and maybe other info)
No major change there
What I do to catch up putting the measurements made on a day into the now single cummulative days file
The same day or maybe more likely after a few days, I bring the info into SummaryRequestsIPsDailys.xlsm
Bit of tidying up/ changing for that:
2 files must be open, SummaryRequestsIPsDailys.xlsm and the day one IPAddressesWatchingExcelFox_Refresh xxx xxxxx xyz day whatever.xls
More detail to that next…
Quote:
Originally Posted by
DocAElstein
( I will tidy up just slightly the coding used to get the clipboard copy that I (will likely still ) manually copy to the SummaryRequestsIPsAlls.xlsm , and I will add/move the two unkownlocations coding as the third ( forth ) to be done from the daily files)
OK, I did that
…… So every few days to catch up I proceed as follows: open the oldest file from the folder G:\AboutBoard\Viewing Bots\Daily Viewing Log Files that I have not yet considered sinct the day it was made/ saved last. It will be a file looking like
IPAddressesWatchingExcelFox_Refresh xxx xxxxx xyz day whatever.xls
Also the only other file to be open is
SummaryRequestsIPsDailys.xlsm
Three codings are then to be run in sequence, the ones in worksheet Stats in IPAddressesWatchingExcelFox_Refresh xxx xxxxx xyz day whatever.xls
( Latest version of those codings in the next post )
Before running the fist two codings, the appropriate next top left must be selected, - top left of where you want the daily result range (that running the coding has put in the clipboard) into the cumulative results file, SummaryRequestsIPsDailys.xlsm
The final code should be done last as after it has put the unknown location info into the the cumulative results file, SummaryRequestsIPsDailys.xlsm, it then saves and closes that file
So that covers getting SummaryRequestsIPsDailys.xlsm up to date, running that coding which is in every day file IPAddressesWatchingExcelFox_Refresh xxx xxxxx xyz day whatever.xls
From time to time an attempt is made to merge similar day file measurements…. Over Next post…