+ Reply to Thread
Results 1 to 3 of 3

Macro driven excel form to embed into Word

  1. #1
    Forum Contributor
    Join Date
    09-13-2008
    Location
    Los Angeles, CA
    MS-Off Ver
    365
    Posts
    120

    Macro driven excel form to embed into Word

    Hello,


    So I have an excel form that has a question, you answer the question with a drop down and the next question (and next drop down box) is populated based on your answer. I'd like to get something similar into Word, but it seems extremely difficult to do this in word. I've found this post:

    http://www.vbaexpress.com/forum/show...p-Down-Changes

    But it seems like adding a question and then another drop down and then monitor that dropdown is more work than it's worth. Any input?


    Thanks in advance!

  2. #2
    Forum Expert Tinbendr's Avatar
    Join Date
    06-26-2012
    Location
    USA
    MS-Off Ver
    Office 2010
    Posts
    2,125

    Re: Macro driven excel form to embed into Word

    Decide which control you can live with (I prefer Formfields, ActiveX, then content controls). Then come back with a specific question.

    In the meantime, visit Greg Maxey's site for more info.
    David
    (*) Reputation points appreciated.

  3. #3
    Forum Expert macropod's Avatar
    Join Date
    12-22-2011
    Location
    Canberra, Australia
    MS-Off Ver
    Word, Excel & Powerpoint 2003 & 2010
    Posts
    3,726

    Re: Macro driven excel form to embed into Word

    Not at all difficult. For example, create two dropdown content controls. Give one the title 'Master', the other the title 'Slave'. Populate the 'Master' with:
    Option1
    Option2
    Option3
    Option4

    Then add the following macro to the document's 'This Document' module. Having done so, select an entry in the 'Master' then look at the options in the 'Slave'. Repeat until you get bored.
    Please Login or Register  to view this content.
    Something similar could be done with dropdown formfields, but content controls are more flexible. Avoid ActiveX controls if your document might ever need to be used on a Mac - they're not supported on that platform.
    Cheers,
    Paul Edstein
    [Fmr MS MVP - Word]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Embed Excel in Word... don't print gridlines
    By Xx7 in forum Excel General
    Replies: 2
    Last Post: 04-01-2011, 03:30 PM
  2. embed a file via excel user form
    By ejschulte2001 in forum Excel General
    Replies: 0
    Last Post: 07-27-2010, 05:31 PM
  3. [SOLVED] Embed Word doc. into Excel
    By HotRod in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-31-2006, 11:53 AM
  4. [SOLVED] How do I embed a two page word document in excel
    By GregM in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-12-2006, 11:30 PM
  5. Embed Functional Word into Excel
    By Kent in forum Excel General
    Replies: 0
    Last Post: 02-02-2005, 08:20 PM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1