I
ironguy
Here's my problem:
I have a sheet that pulls in text data and formats it into specifi
columns. There are two sets of data with multiple columns.
I have another sheet that contains a template of a form. I need
separate form for each row of text data from the other sheet.
currently use COUNTIF in a VBA macro to count the number of entries i
each of the two text data sections then copy the form as a new shee
that many times.
What I can't figure out, is how to take individual parts of data fro
the rows of text and import them recursively into the different forms.
E.g. 'Datasheet' (imported text) has 6 rows of data, each with
columns. My macro creates 6 worksheets called Form (1), Form (2), et
to Form (6). I need to populate data, and manipulate it, from row
(multiple columns) of 'Datasheet' into Form (1). Likewise, row 2 int
Form (2).
Some of the data I need to do text manipulation on, like LEFT, MID
etc.
The oter part is that the 'Datasheet' text is updated daily.
Any thoughts on how to do a recursive data import and manipulation
I have a sheet that pulls in text data and formats it into specifi
columns. There are two sets of data with multiple columns.
I have another sheet that contains a template of a form. I need
separate form for each row of text data from the other sheet.
currently use COUNTIF in a VBA macro to count the number of entries i
each of the two text data sections then copy the form as a new shee
that many times.
What I can't figure out, is how to take individual parts of data fro
the rows of text and import them recursively into the different forms.
E.g. 'Datasheet' (imported text) has 6 rows of data, each with
columns. My macro creates 6 worksheets called Form (1), Form (2), et
to Form (6). I need to populate data, and manipulate it, from row
(multiple columns) of 'Datasheet' into Form (1). Likewise, row 2 int
Form (2).
Some of the data I need to do text manipulation on, like LEFT, MID
etc.
The oter part is that the 'Datasheet' text is updated daily.
Any thoughts on how to do a recursive data import and manipulation