word vba

  1. J

    Convert Word to PDF then Combine PDF Files

    Hi All, I have pieced together a process to save as PDF and to rename the PDF. I am hoping extend the process and to add a cover page (PDF) to the produced PDF. So I am hoping to to have a button to: 1. Create PDF from current word doc 2. Rename the PDF 3. Grab a PDF in a separate file location...
  2. C

    Running VBA Code from Excel to delete a Rich Text Format from a Word Document Dependent on A Dropdown Box in Excel

    Hi all, I am working on a project that uses a form I have created in Excel to populate Rich Text Formats in a word document in order to streamline report generations. I have almost completed the project but I have ran into a problem I can't seem to figure out. I am fairly new to the VBA...
  3. S

    Printing Excel File to PDF combining with a Word File

    I've got 2 seperate files. One is a macro-enabled excel(Data) with userforms ad another is a macro-enabled word(Cover Page) with userforms. I want to combine these 2 into a PDF to form a report. Is something like that possible? Could you also please refer to helpful articles on this situation...
  4. S

    VBA Code to jump to the same location in the next column same row in Word table as that of previous cell

    Hi Team, I need a vba code which can jump to the same location in the next column same row in the same position in Word table as attached in the image. On pressing Alt+Right or Tab the cursor moves to the starting position of the cell. I would like to jump the cursor directly to the same...
  5. S

    Auto populate data in Drop down list content control VBA Word

    Hi Team, I have Drop down list content control containing Yes/No in my Word document. I need to autopopulate in the selected cells as Yes as Drop down list content control without pasting as text. Please help with the vba subroutine for word to execute the same task Any help would be highly...
  6. P

    Selecting Second to Last Row in Table

    Is there a way to select the second to last row in a table utilizing VBA coding in a Word Document? Thanks in advance for any help.
  7. M

    Transfer Text from Word to Excel in next row available

    I am working on 'Word Document' where a text is selected and converted into variable let say CCC. I want to transfer this CCC to 'Excel Workbook' Sheet1 in next empty row. I am trying following code but it seem not doing anything: Set CCC= Selection.Range.PARAGRAPHS(1).Range Set...
  8. D

    Insert Graphics to Word Document

    Hi I am hoping there is a boffin that can help? I tend to do all my VBA in Excel as an accountant, but I have a scenario where I have to do some VBA in Word and I am struggling with which methods to use. I have a pre-generated word specification document that I need to insert the corporate...
  9. F

    Word Macro copy data excel to word tables

    Hi every one, I have fond a code for word doc that copy data form excel sheet to word tables with different criteria. I have 3 criteria to filter excel column"B", if Criteria 1 match with Col B data the copy next col cell data and paste in word doc table 1, and if criteria 2 match then paste...
  10. W

    Word Macro to Copy Cells from Excel

    Hi, I have been Googling for quite a while now, and doing that, I have seen that most macros where written and used by Excel. I want to do a macro in word that will open a specific sheet in the excel workbook and copy its contents to a ready-made word template . Can anyone help me in achieving...
  11. M

    Open Excel file & update links in Word doc not working with Protected View Excel files

    OBJECTIVE: I have a Word file with 275 linked fields to an Excel file. I would like the user to be able to select any range in the Word file and update selected links, and I would like this process to occur without the Excel file opening/closing for each individual link. CURRENT SOLUTION...
  12. R

    Inserting excel tables into specific locations in a word document using VBA

    Hi, I have been trying to insert four excel tables into a single page in a word document; to be placed at specific locations. The issue I'm facing is that the code until the selection of summaryVal works fine; but nothing after. In spite of setting the right table from excel when I paste it in...
  13. A

    Word 2016 Mail Merge to save to individual PDF files

    Hi All, I am new to vba. i have found a word vba which is saving individual mail merge to pdf files. But for this i have to pick the folder to store the pdf files. Is it possible to modify the macro to automatically save all files to a particular folder location instead of manually selecting...
  14. L

    Vba to existing word issue

    Anyone help me with the below show me where im going wrong??? Error listed below -------------------------------- Sub all() Dim wdapp As Object On Error Resume Next Set wdapp = GetObject(, "Word.Application") On Error GoTo 0 If wdapp Is Nothing Then MsgBox "No instances of Word...
  15. K

    VBA for Microsoft Word - Searching, Selecting and Going to Bookmarks

    Hello, I understand this is for gurus on VBA for excel, however i would really like help on this code ive got. I have a UserForm which finds all bookmarks that i've put in on my document. This is a code i got off of the internet, and there is a Compile Error which i can't solve. here is a...
  16. P

    How to access VBA in Word Document from Excel VBA

    Hi, I have a Word macro enabled document with ActiveX controls in it. A user can basically select multiple check boxes or select options in combo boxes on the Word Form. There are certain fields that I want to make sure the user fills before closing the word document. Below piece of code...
  17. K

    Transfer of Excel data into Word Document (VBA Code)

    Hello, I am assigned the task at work to transfer the data from the excel documents into the word document for the final proposals. We have been doing this without a VBA Code, this is quite time consuming process. The clearest way we found to transfer the data from excel is by in the word...
  18. J

    Word VBA MACRO adding blank pages to start of document

    I have below macro for coping all open word docs into a "master" sheet and adding a page break then a blank page after each doc copied. it works fine, however its adding 2 blank pages at the top of the document when it copies, so my first 2 pages on my master are blank. I am not sure how to get...
  19. H

    Closing an Excel Userform from Word VBA

    Hello - I'm trying to pull data from an excel document, but the problem is the excel document automatically loads a userform when it opens. So when I open the excel file using Microsoft Word VBA the code gets stuck on this userform until I manually press the "x" button to close it. It there...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top