Results 1 to 3 of 3

Copying Excel Data to Word

Threaded View

Flower R Copying Excel Data to Word 12-27-2008, 07:48 PM
DonkeyOte Flower R, Word VBA not my... 12-28-2008, 06:53 AM
Flower R Excellent and a perfect... 12-28-2008, 07:20 PM
  1. #1
    Forum Contributor
    Join Date
    10-10-2008
    Location
    western hemisphere
    Posts
    128

    Copying Excel Data to Word

    I have data in Column J1:J90, I use a macro to open
    the word document. Would like that data in Column J may be pasted in word document in text form automatically. such as:

    abc

    cdc

    xyz

    may be pasted as, abc cdc, xyz etc.

    The macro is:

    Sub OpenWord()
    Dim WDApp As Object
    Dim WordDoc As Object
    Set WDApp = CreateObject("Word.Application")
    Set WordDoc = WDApp.Documents.Add()
    WDApp.Visible = True
    End Sub
    Thanks.

    Flower R
    Last edited by Flower R; 12-28-2008 at 07:20 PM.

Thread Information

Users Browsing this Thread

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

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