BugarTest is a simple, interactive and dynamic physical fitness test app created with Excel VBA App and Microsoft Excel.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The things you need before installing the software.
- Microsoft Excel installed (any version that support VBA, like Excel 2007 or newer)
- Macro enabled when opening the project
- VBA enabled (normally built into Excel)
- Placing the file in a Trusted Location to avoid security warnings
- Git installed (optional but recommended)
A step by step guide that will tell you how to get the development environment up and running.
Using Git
$ git clone https://github.com/raulmaulidhino-dev/bugar-test-excel-vba.git
$ cd bugar-test-excel-vba/src
Or you can also install the zip file and unzip it after installation.
To use the app, you can open the Excel with Macro file named BugarTest.xlsm
inside src
folder in your Microsoft Excel with Macro enabled and start experimenting!
To export all VBA components in a folder, please follow these steps:
- Open the Excel Workbook containing the BugarTest VBA project you want to export
- Press
Alt
+F11
to open the VBA Editor - Look for a module file named
ComponentExporter
- Click it to see the module file
- Press
F5
to run the exporting process - After the process finished, you will get a window telling you the folder path containing the exported components
To import all VBA components in a folder, please follow these steps:
- Open the Excel Workbook containing the BugarTest VBA project you want to import
- Press
Alt
+F11
to open the VBA Editor - Look for a module file named
ComponentImporter
- Click it to see the module file
- Before running the file, make sure there is a folder named
components
(or you can change it in the file as you like) containing the VBA components (in .bas or .frm [with .frx] format) - Press
F5
to run the importing process - After the process finished, you will get a window telling you that the files were imported successfully!
--
Made with ❤️ in Indonesia 🇮🇩
MIT (Modified) © Raul Maulidhino