Bulk Word to Pdf converter
What Is VBA?
Every business corporation or a person has its own set of unique needs and requirements. You might be dealing with large amounts of data that require analysis to create complex financial models.
You might also require customizable apps to help you create user-defined functions, access Windows APIs and automate computer processes.
Unfortunately, the Microsoft (MS) Office applications within your Windows device might not meet your unique needs and help you achieve all your goals.
Microsoft Corp realized this fatal flaw and developed Visual Basic for Applications (VBA), which they integrated into major MS applications such as Word, Excel, and Access.
VBA is a programming language you can use to access functions beyond what basic Microsoft Office applications can provide.
This Word to Pdf converter is created using the VBA Programming Language.
About the App
Sometimes, you need to convert a single or bulk Word file(s) to Pdf file(s) , so that they cannot be modified by others.
In Word, we can Export a document (Word file) as Pdf file by using Export or Save As function. But how do you convert multiple Word files to Pdf files at the same time in Word?
Word to Pdf Converter is a tool designed to simplify the conversion of a single or bulk Word file(s) into Pdf using Excel VBA Macros.
This is quite useful and easy Macros.
We have used File System Object method.
To use the file system object, you need to add Microsoft Scripting Runtime reference to the Visual Basic Application (VBA) Editor.
To add this:
- You need to add Developer tab to the Ribbon.
- Launch VBA Editor from the Excel app.
- Click on Tools on the VBA menu.
- Then Reference on the dialog box that pops up.
- Scroll through, locate Microsoft Scripting Runtime and select it.
- Click Ok.
Enabling Micros and Content
- At the first launch, click on Enable Macros.
- Then click on Enable Content.
Steps to Convert:
- (Optional) Create Word Input Files Folder and copy the the Word file(s) to be converted into it.
- (Optional) Create Pdf Ouput File(s) Folder. This is where the converted files will be stored.
- Click on the Select Input Folder button to select the location where the Word file(s) to be converted is/are stored. Note: Make sure the file(s) to be converted in the folder is/are Word format (e.g. docx) file(s). Otherwise, ERROR! and conversion may take longer time.
- Click on the Select Onput Folder button to select the location where the converted Pdf file(s) will be stored.
- Click on the Start Conversion button to convert.
- Click on Ok when Process Completed message pops up.
- Check in the Output Folder selected in Step 4 for the converted Pdf Files.
Comments
Post a Comment