Angelos Voulgarakis
New Member
Hi Guys,
I am quite new to VBA but i will thoroughly explain to you what I require. Any assistance possible will be much appreciated!
I have a worksheet named "Coupon Summary" which is my raw data page and a worksheet named "VERT.CPN.SUM" which is my input page and is blank at this moment
In "Coupon Summary", there are a growing amount of group horizontal (tables) of data with only 5 columns per group with a blank column in between each group
For Example.
Column A is A Generic Code Number
Column B is A Date
Column C is A Dollar Value
Column D is a Percentage
Column E is another date
Column F is Blank
And this format is repeated lets say infinite amount of times
Every Table has different amount of rows (data entries)
Row 1 is the headings but I want to offset this by one row just to grab all the raw data
Basically I want to copy all raw data (offset by 1 row as statement above) in Column A, Column A+6, Column (A+6)+6 + ..... + (A + 6) into VERT.CPN.SUM (A1) all under each other with no row spaces and the same with Column B, Column B+6, Column B+6+6 .... (B + 6) into (B1) etc etc.
Any help would be appreciate.
Ang.
I am quite new to VBA but i will thoroughly explain to you what I require. Any assistance possible will be much appreciated!
I have a worksheet named "Coupon Summary" which is my raw data page and a worksheet named "VERT.CPN.SUM" which is my input page and is blank at this moment
In "Coupon Summary", there are a growing amount of group horizontal (tables) of data with only 5 columns per group with a blank column in between each group
For Example.
Column A is A Generic Code Number
Column B is A Date
Column C is A Dollar Value
Column D is a Percentage
Column E is another date
Column F is Blank
And this format is repeated lets say infinite amount of times
Every Table has different amount of rows (data entries)
Row 1 is the headings but I want to offset this by one row just to grab all the raw data
Basically I want to copy all raw data (offset by 1 row as statement above) in Column A, Column A+6, Column (A+6)+6 + ..... + (A + 6) into VERT.CPN.SUM (A1) all under each other with no row spaces and the same with Column B, Column B+6, Column B+6+6 .... (B + 6) into (B1) etc etc.
Any help would be appreciate.
Ang.