SpaceCowboy
New Member
- Joined
- May 31, 2011
- Messages
- 2
Hi,
I'm pretty new to VBA, learning little bits and using existing code to get me through situations over past year; I am however stumped at something I am currently trying to do and hope that some kind person here will know the answer.
I am trying to Auto Fill or Fill Down the contents of the currently active cell down to the next cell that has any data in it. For example I am in cell A1 which has data in it, cells A2-A14 are empty, cell A15 is not. I'm trying to copy the contents of A1 down thru A15. I managed to do it once but then I made a schoolboy error and closed the file before it was saved and I cant for the life of me work out how I did it. Any help would be greatly appreciated. I have the code and example spreadsheet if it helps.
Many thanks,
Moz
I'm pretty new to VBA, learning little bits and using existing code to get me through situations over past year; I am however stumped at something I am currently trying to do and hope that some kind person here will know the answer.
I am trying to Auto Fill or Fill Down the contents of the currently active cell down to the next cell that has any data in it. For example I am in cell A1 which has data in it, cells A2-A14 are empty, cell A15 is not. I'm trying to copy the contents of A1 down thru A15. I managed to do it once but then I made a schoolboy error and closed the file before it was saved and I cant for the life of me work out how I did it. Any help would be greatly appreciated. I have the code and example spreadsheet if it helps.
Many thanks,
Moz