automatically place the latest entry from a column into a formula
Try the SpecialCells method using the xlCellTypeLastCell constant.
YourRange.SpecialCells(xlCellTypeLastCell).Value
Hope this helps.
Bill Horton
"dakotasky" wrote:
I want to automatically take the last number in a column and use it in a
formula. The column is a growing list of daily stock prices so the last
entry changes with each days update.
|