Hello, I have a data set that can be 1500 to 2000 rows at any given month. I am looking for a vba to start at the bottom of the data and count up to insert a blank row between hour 2 & 3 (the first count is 22 then it is 26 thereafter to the top.) then change each inserted blank row to be "*2"
The spreadsheet looks like this; (starting at cell A1)
Original >>Revised
Meter Meter
Daily Daily
*** ***
6 6
1 1
2 2
3 *2
4 3
5 4
6 5
7 6
8 7
9 8
10 9
11 10
12 11
13 12
14 13
15 14
16 15
17 16
18 17
19 18
20 19
21 20
22 21
23 22
24 23
*** 24
6 ***
1 6
2 1
3 2
4 *2
5 3
6 4
7 5
8 6
9 7
10 8
11 9
12 10
13 11
14 12
15 13
16 14
17 15
18 16
19 17
20 18
21 19
22 20
23 21
24 22
*** 23
24
*** and so on to the end.
The spreadsheet looks like this; (starting at cell A1)
Original >>Revised
Meter Meter
Daily Daily
*** ***
6 6
1 1
2 2
3 *2
4 3
5 4
6 5
7 6
8 7
9 8
10 9
11 10
12 11
13 12
14 13
15 14
16 15
17 16
18 17
19 18
20 19
21 20
22 21
23 22
24 23
*** 24
6 ***
1 6
2 1
3 2
4 *2
5 3
6 4
7 5
8 6
9 7
10 8
11 9
12 10
13 11
14 12
15 13
16 14
17 15
18 16
19 17
20 18
21 19
22 20
23 21
24 22
*** 23
24
*** and so on to the end.