About 177,000 results
Open links in new tab
  1. excel - Copy data from another Workbook through VBA - Stack …

    Sep 13, 2011 · 16 The best (and easiest) way to copy data from a workbook to another is to use the object model of Excel.

  2. Importing Excel spreadsheet data into another Excel spreadsheet ...

    Apr 26, 2014 · Data can be pulled into an excel from another excel through Workbook method or External reference or through Data Import facility. If you want to read or even if you want to …

  3. In Excel, I want to refer to a named range in another Workbook

    Jun 22, 2025 · I'm trying to import data from a source workbook and nothing seems to work. Sub GetData() Dim wbSource As Workbook 'Copied from a Microsoft page. These are OK I …

  4. excel - Import data from a closed workbook into an existing …

    I've got a piece of VBA code that will import a piece of data from another workbook into my open excel spreadsheet however, it won't import if into the sheet that I have already created. It …

  5. excel - import specific columns from one workbook to another …

    Oct 25, 2024 · i have two excel workbooks with same header names in them, I am looking for solution in which I can import/copy columns based on their header name from one excel …

  6. How to reuse a set of power query steps in another Excel document?

    Aug 12, 2021 · 5 We have 4GB csv file which is the source for power query in an Excel document. It takes some time to set up all of the transformations, and we would like to be able to reuse …

  7. excel - Referencing another Workbook in Office Scripts - Stack …

    Dec 23, 2021 · I have a Workbook that requires it to interact with another workbook. I have the below code which will run fine and get the value of the cell. But I need there to be a function to …

  8. excel - How to Import Specific Sheet to Another Workbook with …

    Feb 8, 2018 · How to Import Specific Sheet to Another Workbook with VBA Asked 7 years, 8 months ago Modified 2 years, 3 months ago Viewed 16k times

  9. Read data from another excel workbook using office script

    Jan 3, 2021 · If "excel office script" refers to VBA the answer is yes. You can also retrieve data from another workbook using script in other coding languages, including Excel worksheet …

  10. excel - How do I write a VBA macro to import a user-selected file …

    Feb 25, 2025 · 1.) The user selects a spreadsheet from another workbook and copies it into the existing 'Reference Table" spreadsheet within the current open workbook. I want all table …