UserForms are customizable forms that can be used to convey or receive information to/from a user. The UserForm builder makes it much easier to create well-designed UserForms. As you create your UserForm, you can see a preview of the form to the right of the UserForm Builder: The OK and Cancel buttons are automatically added…
Read More
The Text and Formatting Builders are found within the Text Menu in the VBA Editor: Working with text is an important part of working with VBA. You need to be able to communicate information to users, whether it be a simple message box, UserForm, or text in Excel. The String Builder converts your written text…
Read More
AutoMacro’s AI features are found inside the VBA Editor. Overview With Automacro’s AI, you can use AI to: Getting Started AutoMacro AI is accessible by clicking the “A” button in AutoMacro: The AI window can be set to dock inside the VBA Editor: or as a separate Window. These and other settings can be adjusted…
Read More
AutoMacro For Excel Excel automation with no coding! Who is this for?Excel users who want easy Excel automation without any coding. AutoMacro for VBA Write better VBA code, faster, and easier! Who is this for?Users of Excel, Access, Outlook, Word, and PowerPoint who want to spend less time writing VBA code. Great for experienced VBA developers…
Read More
Try AutoMacro for Excel for free AutoMacro for Excel is only available for Windows OS. It is not compatible with Excel for MACs or Excel Online. Excel 2007 or later is required. Activation Instructions (Important!) In order to activate AutoMacro for Excel, you must first download and activate AutoMacro for the VBA Editor. Follow these…
Read More
SelectBox User Interface A SelectBox is an User Interface that prompts the user of your spreadsheet to select one or more items from a list, triggering automation based on the user’s selection(s). Use Cases: SelectBox Macros allow the end-user of your spreadsheet to perform certain automations. SelectBox Builder – How to SelectBoxes are not included…
Read More
Email Sender Automate email sending with the Email sender. With the email sender, you can: The Email Sender adds a worksheet to your workbook. Allowing you to save it to your workbook in order to send the same email in the future with just a single click. Use Cases: Email Sender – How To In…
Read More
Insert Macro With AutoMacro, you choose how to deploy your automations (Macros) with the Insert Macro menu. The menu will appear after you’ve selected a Macro to create. At the top of the Menu you’ll see a description of the Macro along with the Edit Macro button: By clicking “Edit Macro”, you can edit the…
Read More
Copy Paste Builder The Copy Paste Builder automates the process of copying and pasting ranges of cells. Use Cases How to Use the Copy Paste Builder To use the Copy Paste Builder, simply enter the copy range and the paste range: Then you can choose between several options. Copy or Cut Click to learn more…
Read More
File Dialog Box Builder The FileDialogBox Builder does two things: Save As Creates a button that prompts the user to “Save As” to a certain directory with a suggested file name. Use Cases Open Files Creates a button that when clicked prompts the user to open file(s) from a specific folder. You can apply “filters”…
Read More