floridagunner
Board Regular
- Joined
- Jul 20, 2007
- Messages
- 60
Hello I am looking for a macro that will take the series of values immediately above the blank cells in a column and copy them down.
Example:
Column A
12345
45678
2365
6524
6983
The cells in column Column A are formatted in a way where if there are 2 Values in cell A1 and A2, there are also two blank values below them. If there are 3 values in A5,A6 and A7 there are three blank cells below that.
What I need is this:
12345
45678
;Macro to add 12345
;Macro to add 45678
2365
6524
6983
;Macro to add 2365
;Macro to add 6524
;Macro to add 6983
Hope I have explained this properly.
Thanks
Example:
Column A
12345
45678
2365
6524
6983
The cells in column Column A are formatted in a way where if there are 2 Values in cell A1 and A2, there are also two blank values below them. If there are 3 values in A5,A6 and A7 there are three blank cells below that.
What I need is this:
12345
45678
;Macro to add 12345
;Macro to add 45678
2365
6524
6983
;Macro to add 2365
;Macro to add 6524
;Macro to add 6983
Hope I have explained this properly.
Thanks