Freeze cells after they are updated with today's date

Joined
Oct 18, 2017
Messages
2


I have an excel sheet that is pulling CME settlement prices from 'CME Sette' Tab & pulls them into '2017' Main Tab through web data connection.
I need help with a macro to freeze the cells after they update with todays date. T
So tomorrow when the report refreshes, with tomorrows date, it will fill in the appropriate row and keep the previous dates values.

Is there a Macro or formula to do this?

Thanks in advance!
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Are you in effect saying that yesterday's entries stopped at Row X, and Today's must begin at Row X +1?

Consider finding the Lastrow [Lastrow = cells(rows.count," Col_name").end(xlup).row] and then add your data from then.
Um? Are you able to write such a macro, or are you also asking for help with that too?
 
Last edited:
Upvote 0
Sort of....I need a macro to look at a sheet's date, pull the info into another cell, then store. Then the next day, the next row will need to add that day for the day then store.
And continue.....
 
Upvote 0
The "CME Settlement..." is on an Internet site and you want to select Daily data there and paste it after the previous entry?
What is the nature of the internet file, probably an HTML table? Um? You are drawing down only one line each day?

That should assist someone to come up with a proposal.
 
Upvote 0

Forum statistics

Threads
1,214,909
Messages
6,122,189
Members
449,072
Latest member
DW Draft

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