ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Macro to select last row (https://www.excelbanter.com/excel-worksheet-functions/264741-macro-select-last-row.html)

msnyc07

Macro to select last row
 
I am trying to automate putting a sheet value into Row I. My manual method
is to paste the formula in I2 (since values begin on Row 2), then go to A2,
Ctrl Down until I hit the last record (there are cases where there are blanks
so sometimes I need to do this a few times) and when I reach it tab back over
to the same row in I and Ctrl-Shift Arrow Up and then Fill Down.

Somehow this doesn't work very well when recorded as a macro, any
suggestions appreciated.

In my ideal world in fact once this script worked for a page I'd have a VBA
script that would step through each page and apply the function and voila!

Don Guillett[_2_]

Macro to select last row
 
mc="c"
lr=cells(rows.count,mc).end(xlup).row

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"msnyc07" wrote in message
...
I am trying to automate putting a sheet value into Row I. My manual method
is to paste the formula in I2 (since values begin on Row 2), then go to
A2,
Ctrl Down until I hit the last record (there are cases where there are
blanks
so sometimes I need to do this a few times) and when I reach it tab back
over
to the same row in I and Ctrl-Shift Arrow Up and then Fill Down.

Somehow this doesn't work very well when recorded as a macro, any
suggestions appreciated.

In my ideal world in fact once this script worked for a page I'd have a
VBA
script that would step through each page and apply the function and voila!




All times are GMT +1. The time now is 10:33 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com