Hello,
I am trying to create a VBA statement in which 5 rows with data are input between values. The first and last of these should be gray if possible and the text will be in the middle 3 rows. For example:
Before:
COLUMN A COLUMN B
STATION REGION
5A TRO
5A TRO
5A TRO
5B TRO
5B TRO
End Result:
COLUMN A COLUMN B
STATION REGION
5A TRO
5A TRO
5A TRO
BLANK LINE COLORED GRAY
OBSERVATIONS
VIOLATIONS
TOTAL
BLANK LINE COLORED GRAY
5B TRO
5B TRO
BLANK LINE COLORED GRAY
OBSERVATIONS
VIOLATIONS
TOTAL
BLANK LINE COLORED GRAY
I am trying to create a VBA statement in which 5 rows with data are input between values. The first and last of these should be gray if possible and the text will be in the middle 3 rows. For example:
Before:
COLUMN A COLUMN B
STATION REGION
5A TRO
5A TRO
5A TRO
5B TRO
5B TRO
End Result:
COLUMN A COLUMN B
STATION REGION
5A TRO
5A TRO
5A TRO
BLANK LINE COLORED GRAY
OBSERVATIONS
VIOLATIONS
TOTAL
BLANK LINE COLORED GRAY
5B TRO
5B TRO
BLANK LINE COLORED GRAY
OBSERVATIONS
VIOLATIONS
TOTAL
BLANK LINE COLORED GRAY