P
Phil
Hi,
I am very new to word forms and most aspects of VBA. I was asked to create a
form for people to send in information, the form became pretty large over
time (as they do) and my initial method for capturing the data is looking
messy to say the least.
By continually being asked to add sections to the form the number of fields
has grown to 279 with 49 of the fields being required for the first stage.
In the beginning I used macros and simple vba to go through a directory and
extract the data into csv files and then import the data into excel. Now the
forms appear to be too large with data spanning more than two rows. Some of
the data is coming back with inverted commas thus confusing the import.
Can someone please point me in the right direction as to what I should use
(please be easy with the smart replies) and possible some tips on using the
..Result property
Thanks in advance
Phil
I am very new to word forms and most aspects of VBA. I was asked to create a
form for people to send in information, the form became pretty large over
time (as they do) and my initial method for capturing the data is looking
messy to say the least.
By continually being asked to add sections to the form the number of fields
has grown to 279 with 49 of the fields being required for the first stage.
In the beginning I used macros and simple vba to go through a directory and
extract the data into csv files and then import the data into excel. Now the
forms appear to be too large with data spanning more than two rows. Some of
the data is coming back with inverted commas thus confusing the import.
Can someone please point me in the right direction as to what I should use
(please be easy with the smart replies) and possible some tips on using the
..Result property
Thanks in advance
Phil