CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Word & VB

  1. #1
    Join Date
    May 1999
    Location
    United Kingdom
    Posts
    3

    Word & VB

    I need to pass a variable to Word from Vb which thn runs a macro.. and this can be done a number of time... please advise...

    D


  2. #2
    Join Date
    Apr 1999
    Posts
    47

    Re: Word & VB

    I don't know if this will help you but I have been passing information to Excel from a vb app using Dynamic Data Exchange (DDE). Maybe you could use it for Word.


  3. #3
    Join Date
    Apr 1999
    Location
    Brooklyn, NY USA
    Posts
    171

    Re: Word & VB

    Make reference to Word Object Library, Create Word object in VB and since you have full access to all methods and properties of Word you can work with its documents
    Vlad


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured