From many years I have been working on VBA based automation projects using Excel, Outlook, Word, Access and other technologies. As a professional developer it was my responsibility to test the tools with all possible scenarios and data. Proper testing of the tools helps to deliver bug free and quality tools to clients.
If you are also a programmer and developing a tool or application. You should always test your tool with all possible scenarios that may come in production environment.
It is always good to test your tool or application with dummy data that is similar to production environment. Creating a dummy data is a big and time consuming task. You need to ensure that your dummy data contains variety of data types and available in massive quantity.
Step 1: Download and save the following attachment in you system
Step 2: Unzip the file and open
Step 3: As the file contains macros, you may be asked to enable the macros to use the tool
Step 4: Click on ‘Generate Dummy Data’ button
Step 5: The form gets loaded with default fields. You may want to add more fields or delete unwanted fields
Step 6: Once you are ready with the fields, click on ‘Generate Random Data’ button on the form
Step 7: Within few seconds, tool will generate the data in a new workbook
Step 8: Congratulations you are now ready to use the tool
This Excel VBA Code converts the excel range into HTML and also can convert Excel to HTML Table to paste data on Outlook Email Body
Excel VBA Tool To Get File Properties Here is one more interesting VBA tool from the ExcelSirJi team. File Properties Tool is an Excel VBA tool that gets the following properties of the file. File…
Excel Add-in helps you to extend the features of Excel application. Using Excel Add-in, you can perform custom actions in Excel such as formatting the data, doing complex calculations which are not possible through Excel formulas, Reading or Writing data in other Excel files and so many more actions.
VBA to Browse Outlook Folder Outlook is most commonly used emailing application used in the world. Many people spend their entire day on Outlook applications to read and respond to emails. To automate certain rule-based…
VBA Code to Find Last used Column or Row in Excel Sometimes as a developer, you need to take actions in Excel sheets based on last row or column. In Excel, there are two kinds…
How to Add Outlook Reference in Excel VBA? To automate Outlook based tasks from Excel you need to add Outlook Object Library (Microsoft Outlook XX.X Object Library) in Excel References. You can follow below steps…