storing cell data and retrieving

mrclox

New Member
Joined
Nov 24, 2005
Messages
46
Hi i have a problem someone here may be able to help with. I have a spreadsheet that is refreshed by externel web data every 10 mins or so, I want to be able to store the data in say cells a1-d1 so that i can form a list of all the data that has appeared in those cells . i want to be able to refer back to this list automatically when the sheet is refreshed and use the data to change oither cells... How can i do this?
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
So you want to save the info from each refresh? Like this maybe?
Book1
ABCDE
1querytime
22:001:501:40
3
4Intel?504948
5GE?403938
6Yahoo?605958
7IBM?302928
Sheet1
 
Upvote 0
yes thats exactly how i want it saved. automatically. I use import data from a web page not code
 
Upvote 0
you have wetted my appetite please tell me more! this is exactly what i want how do i doiT?
 
Upvote 0
It depends on whether the update triggers a recognisable event in Excel - don't know if it does since I never have done much web importing.

Put in a change event macro and see if it fires, maybe?
 
Upvote 0

Forum statistics

Threads
1,214,622
Messages
6,120,576
Members
448,972
Latest member
Shantanu2024

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top