Consulting

Results 1 to 10 of 10

Thread: Interesting project?

  1. #1
    VBAX Newbie
    Joined
    Oct 2008
    Posts
    5
    Location

    Interesting project?

    Hi all,

    I've lurked here for a while but now have a problem with an Excel 2003 spreadsheetand just remembered that I haven't used VBA for a few years and am very rusty. Here goes!

    I'm working on a survey across 27 schools with the potential of 13000 returns.

    Each participant completes a word form and saves it in .doc format.

    What I want to happen is to open each word form, save it as a word.txt data only (like a .csv) then import that data into Excel for analysis, then close the data form and move on to the next .doc and repeat until the last one.

    Once the raw data is in the spreadsheet I'm ok but it's getting the data in there quickly I'm struggling with.

    Any ideas would be great?

    P

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    How about having an Excel form, it removes one complication?
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    VBAX Master CreganTur's Avatar
    Joined
    Jan 2008
    Location
    Greensboro, NC
    Posts
    1,676
    Location
    Quote Originally Posted by xld
    How about having an Excel form, it removes one complication?
    Using the above, you could then add in code that will save the Excel file holding the survey info as a .csv- then it would be very easy to add the returned survey into your SurveyMaster workbook, where you can then review the data.
    -Randy Shea
    I'm a programmer, but I'm also pro-grammar!
    If your issue is resolved, please use Thread Tools to mark your thread as Solved!

    PODA (Professional Office Developers Association) | Certifiable | MOS: Access 2003


  4. #4
    VBAX Newbie
    Joined
    Oct 2008
    Posts
    5
    Location
    I'd love too but they already have the word version.

  5. #5
    Limiting their choices in the excel survey would be better also. If you give a survey to 13000 people you'll get 13000 variations on the same data unless you control it before hand using validations and listboxes.

  6. #6
    VBAX Master CreganTur's Avatar
    Joined
    Jan 2008
    Location
    Greensboro, NC
    Posts
    1,676
    Location
    Quote Originally Posted by Permajeo
    I'd love too but they already have the word version.
    Are the Users making their choices via a UserForm, or are they interacting with ActiveX controls on the document itself, along with fill-in-the-blank stuff?
    -Randy Shea
    I'm a programmer, but I'm also pro-grammar!
    If your issue is resolved, please use Thread Tools to mark your thread as Solved!

    PODA (Professional Office Developers Association) | Certifiable | MOS: Access 2003


  7. #7
    VBAX Newbie
    Joined
    Oct 2008
    Posts
    5
    Location
    The Word form is a series of check boxes and dropdown lists with only a free text box for their name. So the main data that needs to be collected should be consistent. Changes to the form are password protected too so they shouldn't be able to change the lists.

  8. #8
    VBAX Newbie
    Joined
    Oct 2008
    Posts
    5
    Location
    How could I check?

  9. #9
    VBAX Newbie
    Joined
    Oct 2008
    Posts
    5
    Location
    Quote Originally Posted by CreganTur
    Are the Users making their choices via a UserForm, or are they interacting with ActiveX controls on the document itself, along with fill-in-the-blank stuff?
    How could I check?

  10. #10
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    Can you post a sample form? Suitably sanitised of course.
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •