ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   help with excel macro (https://www.excelbanter.com/excel-programming/297697-help-excel-macro.html)

paritoshmehta[_14_]

help with excel macro
 
hi,

i wanted help on writing this code that will reset the last row to
predefined value(the next row)...... like lets say the last cell i
the column A is A25, then the macro will copy the whole row 26 an
paste it to row 25....

i hope i am making sense....

thanks for any help possible!!

--
Message posted from http://www.ExcelForum.com


Rob van Gelder[_4_]

help with excel macro
 

Sub test()
With ActiveSheet.Cells(Rows.Count, 1).End(xlUp).Offset(1, 0).EntireRow
.Copy .Offset(-1, 0)
End With
End Sub

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"paritoshmehta " wrote in
message ...
hi,

i wanted help on writing this code that will reset the last row to a
predefined value(the next row)...... like lets say the last cell in
the column A is A25, then the macro will copy the whole row 26 and
paste it to row 25....

i hope i am making sense....

thanks for any help possible!!!


---
Message posted from http://www.ExcelForum.com/





All times are GMT +1. The time now is 01:14 PM.

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