Mouse To Macro is an Excel Add-in that records your mouse clicks and cursor movements and converts the actions to a VBA macro for instant playback.
Return your cursor position coordinates with this VBA macro. Play around and use this to map out macro mouse movements using user32.dll.
We've combined each of our comprehensive wellsrPRO VBA training reference guides into a single bundle with over 200 tips and macros covering the 125 most important topics in VBA.
Have you ever wanted to run an Excel Macro without actually opening Excel? Follow this tutorial to learn how you can make that happen with VBScript.
Here are 3 simple ways to call a Private Sub from another Excel Module without your macro showing up in the Macros Dialog Box (Alt+F8).
In this week’s edition of Q&A, learn how to move files on your computer, use AverageIf with filters and prevent users from closing their workbook with unprotected sheets.
We just added a 6th cheat sheet to our training bundle. With our new guide on VBA UserForms, our bundle now has over 200 tips like how to automate data extraction from text files, how to remove duplicates from an array, and how to dynamically populate a listbox.
Control your mouse with a VBA macro. The user32 library allows you to right-click, left-click and change your cursor position.
Instead of displaying Microsoft Excel, show something useful in your Excel title bar. Use the Application.Caption VBA property to display the exact time you opened your Excel workbook. A little VBA goes a long way toward making you and your Excel workbooks stand out.
Use the StrComp VBA function to compare strings. StrComp VBA performs case sensitive (vbBinaryCompare) and case insensitive (vbTextCompare) string comparisons.
This VBA macro prints each Chart and ChartObject in your Excel Workbook as a separate page. Prior to printing, the macro identifies the optimal page orientation and it counts the total number of submitted print jobs.
Save each page in your MS Word document as a separate PDF with this VBA macro. The flexible VBA script let’s you save each page or a subset range of pages as PDFs in a user-specified directory. Complete with robust error-checking.
subscribe via RSS