![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
I have been attempting to copy some values scattered over a speadsheet and place them in a 'summary list'. I have recorded a macro in the hope that the 'End Down' and another 'Down' would send me to the bottom of the list, since this obviously varies with added figures. Needless to say my cunning plan failed and I am looking for some guidance as to where to look next.
Thanking you in anticipation. Sam |
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Georgia USA
Posts: 544
|
This will take you to the next available cell in column A
Range("A65536").Select Selection.End(xlUp).Select ActiveCell.Offset(1, 0).Select |
|
|
|
|
|
#3 |
|
Guest
Posts: n/a
|
Cheers Paul,
I see you go bottom to top, is that 'better' than top down? I seem not to have appreciated the use of the Offset function. I was looking in MS Help but it is OK if you know what you are looking for! Thanks again Sam |
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|