New Challenge: HR Report

Interesting Challenge: Automatically Pulling in Legal Information into a Readable Document

This week I got a new interesting challenge. My HR VP needs to have an easier way of updating HR legal information that comes in about two times a year. She either receives or downloads the information, of which there are maybe about 12 separate pieced of information.  I received 4 as examples. Since the company has…

Testing My Macros

Testing My Macros and Failing

There were five solutions to add to my boss’ machine and the first set of macros for the first solution (automation of filtering proper GL accounts when a site is chosen) did not work. Oops.These macros weren’t just any ol’ macros – they were macros to go into the PERSONAL.xlsb file and they were event handler…

Testing Software

Testing a Revamped Budget File

The past week I’ve been reviewing a revamped budget file. The budget file is totally revamped which means extensive testing is required. I was able to design an automated checking of whether cells are appropriately locked (or unlocked) using the CELL(“protect”, ref) function. I also have a user defined function CellFormula (a macro) that shows…

Excel Userforms

Using Excel’s Userforms

I keep learning new things.Lately, my boss wanted an easy way of “printing” her budget file as an Excel file but without formulas to send to our customers. Previously, she sent the budget file as a PDF but you know you can’t use the information in Excel unless you have the professional version of Acrobat to convert…