+ Reply to Thread
Results 1 to 2 of 2

Export data from Excel to word

  1. #1
    Registered User
    Join Date
    08-07-2017
    Location
    England
    MS-Off Ver
    MS Office 2010
    Posts
    8

    Export data from Excel to word

    Hi All,

    I want to pull data from a excel spreadsheet and put it into a word document. At the moment, I have created a Label and gone into its properties and named it 'yrTotal'. I have also put a Command Button into the word document and gone into VBA Editor. I have made sure is Microsoft Excel 14.0 Object Library selected. I have been given the following example code from a website, but it is not tailored to my files:



    Private Sub CommandButton1_Click()

    Dim objExcel As New Excel.Application

    Dim exWb As Excel.Workbook



    Set exWb = objExcel.Workbooks.Open("c:\temp\expenses.xls")



    ThisDocument.yrTotal.Caption = exWb.Sheets("Sheet1").Cells(12, 2)



    exWb.Close



    Set exWb = Nothing



    End Sub


    However i want to pull data from the Spreadsheet called 'reference' from 'Sheet 1' and cell 'A1', and to get to that file from 'File Explorer' you need to follow the path:

    This PC, Personal Area (H, 2017, Forecasting SS, reference

    Any help would be much appreciated with the coding

    Thanks

    Matt

  2. #2
    Valued Forum Contributor
    Join Date
    12-01-2016
    Location
    Planet Earth
    MS-Off Ver
    95 - 2016
    Posts
    343

    Re: Export data from Excel to word

    Give this a try and do let us know if you were able to use it for your needs (I've tested it and the code actually works.)
    There is an instructional video included with the code

    https://www.exceltrainingvideos.com/...cel-using-vba/

+ 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. Can I export data from Excel to fields in Word?
    By Melanie229 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-22-2014, 05:23 AM
  2. Export data from excel to ms word
    By ROHAN999 in forum Excel General
    Replies: 0
    Last Post: 09-19-2013, 12:44 PM
  3. Export excel data to a new word file
    By Raju Radhakrishnan in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-16-2012, 12:11 AM
  4. Export data from Excel to word
    By delboy2405 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 01-14-2012, 05:36 AM
  5. Export excel data into word
    By Internoob2 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-20-2011, 02:59 PM
  6. Export data from Excel to Word doc using button
    By starkjr in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-13-2010, 11:29 AM
  7. Export Data from Excel to MS Word
    By Avinash Kumar in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-08-2009, 02:27 AM

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