About 9,320,000 results
Open links in new tab
  1. vba - Transfer data from Excel to pre-existing Word table - Stack …

    Jun 25, 2016 · I have Worked with Macro in Excel Macro file and not in Word VBA editor. Your TESTQUOTE word document should have correct Table structure Corresponding to range …

  2. Pull particular Excel cell value into Word document using Word VBA

    May 11, 2021 · Now i'm looking for a Word macro Get text in Word table with cell position 3 Find the same text in Excel Col1 Get the value of Col2 from Excel Paste the value of Col2 in word …

  3. vba - Using Content Controls to select/insert text into a Word …

    Jun 28, 2022 · Using Content Controls to select/insert text into a Word document Asked 3 years, 6 months ago Modified 3 years, 6 months ago Viewed 2k times

  4. Using vba to copy the contents of a word document into another …

    I'm trying to write a word vba macro for use in a template which will display a userform and then import the contents of fileA.docx, fileB.docx, or fileC.docx depending on the userform.

  5. VBA to find specific text in word doc and copy this text from word …

    Jan 21, 2020 · The word file is a place where I learn what the price is. The selected text occurs only once in the whole document therefore I need VBA to copy what's after "brutto w kwocie " …

  6. Excel VBA to open word template, populate, then save as .docx file ...

    11 I created a word template with placeholders such as <> that I am then able to replace automatically with my excel macro. When I tried this process again, the word document now …

  7. Word VBA getting Project is Unviewable error - Stack Overflow

    Apr 11, 2015 · When I try to edit or step into my VBA code for debugging purpose I get "Project is Unviewable". I have created .dotm file at location …

  8. Search a specific word in EXCEL using VBA - Stack Overflow

    Aug 3, 2015 · The following VBA code will iterate through the used cells in a given worksheet and find any that match the given criteria. At the end, a message box is displayed showing a list of …

  9. excel - Close/Release Word object in VBA? - Stack Overflow

    I have the following code to open the manual for an Excel Workbook application I have developed: Sub OpenManual() 'Word.Application.Documents.Open "\\\\filePath\\FormFlow To …

  10. Inserting Images Into a Word Document with VBA - Stack Overflow

    Oct 31, 2019 · Learn how to insert images into a Word document using VBA with step-by-step guidance and examples.