I have "Sheet1" that contains a range "W14"
I have "Sheet2" that contains a range "A:A".
Within Range "A:A" is sequential numbering with the last one being the most up to date and always being added to.
I need "Sheet1" Range "W14" to be populated with the with the last entry at the bottom of "Sheet2" Range "A:A" When "Sheet1" is initialized.
I belive that I need to locate the last empty cell form the bottom of column A upwards End(xlUp) + 1 to give me the first populated cell that can then be referenced in "Sheet1" range "W14"
I hope that I have explained that clearly.
Thanks, Matt
I have "Sheet2" that contains a range "A:A".
Within Range "A:A" is sequential numbering with the last one being the most up to date and always being added to.
I need "Sheet1" Range "W14" to be populated with the with the last entry at the bottom of "Sheet2" Range "A:A" When "Sheet1" is initialized.
I belive that I need to locate the last empty cell form the bottom of column A upwards End(xlUp) + 1 to give me the first populated cell that can then be referenced in "Sheet1" range "W14"
I hope that I have explained that clearly.
Thanks, Matt