M
MacroMike
yesterday I put up a query because im trying to find a way of selectin
the last entry in a column then copying it intoa seperate cell. Thank
for the replys - someone got back to me saying to use
WorkSheets("Sheet1").Range("J65536").End(xlUp).Copy
WorkSheets("Sheet1").Range("J5")
Do I need to use a Macro for this?
Is there not an easier way where you can enter the formula into th
destination cell using =(??????)
Another problem I had with the above is that when i try it I get
message saynig data is out of range.
To recap what im trying to do - Im trying to find the last entry in
column between the ranges of N12:N65536 then copy this entry into on
of the header columns - in this case N8. All entries are numerica
integers.
All help much appreciated..
Mik
the last entry in a column then copying it intoa seperate cell. Thank
for the replys - someone got back to me saying to use
WorkSheets("Sheet1").Range("J65536").End(xlUp).Copy
WorkSheets("Sheet1").Range("J5")
Do I need to use a Macro for this?
Is there not an easier way where you can enter the formula into th
destination cell using =(??????)
Another problem I had with the above is that when i try it I get
message saynig data is out of range.
To recap what im trying to do - Im trying to find the last entry in
column between the ranges of N12:N65536 then copy this entry into on
of the header columns - in this case N8. All entries are numerica
integers.
All help much appreciated..
Mik