Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a web query that refreshes every minute obtaining a table from
a website. What I would like to do is to log changes that are made to any part of the table on to a separate sheet (or area on the sheet) - just the entire rows that had cells that did change. As an example with the first update that is done the table that is returned would look like this: A 12 B 14 C 15 Due to this being the first table recorded the entire table would be logged. Let us assume that upon the second update (a minute later) the table that is received is as follows: A 12 B 14 C 15 Now because there is NO change to the last table nothing new is logged. However, if in the next minute the table that is received looks like this... A 11v B 14 C 15 Then I would like the log to include the first table that was recorded, but now the entire row that has the change the row containing the data "A 11v". Therefore, the log would like this... A 12 B 14 C 15 A 11v Thanks in advance for anyone's ideas, or help. Ryan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use MS Query to query data within the current work book | Excel Discussion (Misc queries) | |||
Convert hard coded query criteria to Parameter Query | Excel Discussion (Misc queries) | |||
Excel 2007 / MS Query - editing existing query to another sheet | Excel Discussion (Misc queries) | |||
Microsoft Query rejects "nz" function in Access Query | Excel Discussion (Misc queries) | |||
Problem with .Background Query option of ODBC Query | Excel Programming |