LittleZenGirl
New Member
- Joined
- Jul 24, 2018
- Messages
- 2
Hi All,
I'm trying write a MACRO to do the following (As a small porti of a large MACRO project):
(Consider that I will have a varying number of COLUMNS and ROWS each time the report is generated, so, the columns needed manipulated will be different each time. This is why I need to use Header names.)
1. Select a BLANK cell within the existing report data
2. COPY the cell
3. SELECT all data, except for header, in COLUMN where header name = "PROC#/REV CODE"
4. PASTE SPECIAL ADD (this step is to get two separate sets of data into the same (EQUAL IF) comparable data type.
5. REPEAT this entire process for COLUMN where header name = "FEE RATE".
Thank you SO much for any assistance!
I'm trying write a MACRO to do the following (As a small porti of a large MACRO project):
(Consider that I will have a varying number of COLUMNS and ROWS each time the report is generated, so, the columns needed manipulated will be different each time. This is why I need to use Header names.)
1. Select a BLANK cell within the existing report data
2. COPY the cell
3. SELECT all data, except for header, in COLUMN where header name = "PROC#/REV CODE"
4. PASTE SPECIAL ADD (this step is to get two separate sets of data into the same (EQUAL IF) comparable data type.
5. REPEAT this entire process for COLUMN where header name = "FEE RATE".
Thank you SO much for any assistance!