Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Each month I add 2 rows from the bottom of the previous month.
To do this I would like some assistance please. I thought it would encompass Range [A36636].Select Selection.End(xlUp).Offset(-1, 0).Row 'then somehow select the bottom two used rows and copy them directly underneath the copied rows Thanks for your help. Unfortunately I have ye tto learn much about the Row property. Regards, Si |