+ Reply to Thread
Results 1 to 2 of 2

copy data from excel and paste in active word doc

  1. #1
    Forum Contributor prabhuduraraj09's Avatar
    Join Date
    05-19-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    330

    copy data from excel and paste in active word doc

    Hi all,

    I have a excel file with data in sheet1 as,

    eg.

    a = Average calculation
    b = Basic value
    C = Cheque / Cash

    what i need is, in any word document which i have kept open and in any active area where cursor is placed
    by pressing short cut key i want this data to be pasted in the word doc.

    eg. in active word doc, if i press ctrl+a , then vba should copy paste "Average calculation"

    or any alternate suggestions would be much appreciated

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

    Re: copy data from excel and paste in active word doc

    So copy the data in Excel, then anywhere you want to paste it in Word, select that location and paste. The paste shortcut is Ctrl-V. Unless you set up some elaborate macro coding, there is no way the Word document will know where to get the data from Excel that it's supposed to paste. That coding will require that either the workbook gets opened and closed every time you run the macro (which makes it slow) or the workbook is kept open at all times (which makes it inaccessible for anything else).
    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. Replies: 1
    Last Post: 01-16-2013, 05:36 AM
  2. copy data from excel and paste the data to word document in speciofic column.
    By vsabap in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-17-2012, 07:12 AM
  3. Copy Data from MS Excel and Paste on MS Word's Table
    By elavarasans in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-14-2012, 03:58 AM
  4. Replies: 1
    Last Post: 10-01-2012, 11:11 PM
  5. Open Word, Copy and Paste Data to Excel?
    By Leah in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-04-2007, 02:11 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