not very bright dave
Board Regular
- Joined
- Dec 20, 2004
- Messages
- 244
Hi all
I have a dynamic range of data which will be added to constantly. This means that when I want to select the data I will require non-specific selection criteria. At the moment I have, starting at the very bottom of the worksheet:
Selection.End(xlUp).Select
Range(Selection, Selection.End(xlToLeft)).Select
Range(Selection, Selection.End(xlUp)).Select
My only problem is that I need to select down one row after this so to remove the header row. Can anyone help me with the code for this?
Many thanks
Dave
I have a dynamic range of data which will be added to constantly. This means that when I want to select the data I will require non-specific selection criteria. At the moment I have, starting at the very bottom of the worksheet:
Selection.End(xlUp).Select
Range(Selection, Selection.End(xlToLeft)).Select
Range(Selection, Selection.End(xlUp)).Select
My only problem is that I need to select down one row after this so to remove the header row. Can anyone help me with the code for this?
Many thanks
Dave