Showing posts with label About. Show all posts
Showing posts with label About. Show all posts

Tuesday, November 14, 2017

About This Blog

Thank you for visiting my blog!

Let's make this brief and easy!  I have used Excel for many things--especially VBA coding. I have been employed to create spreadsheets and powerful Excel tools, I have learned many things on my own for fun, and I use Excel to manage things like my budget and more.

I decided that it might be of help to others if I made some of my tricks and tips public. I do not anticipate posting a significant amount of posts, but when I occasionally find something particularly useful then you will see it!

For the most part, a diligent Excel user can find out how to do just about anything they want on the web. In fact, I often find little tidbits of code on the internet that I use!

Please enjoy!

VBA Add an animated Notification Box to your Excel Program

For those of us who create programs and add-ins in Excel, we are very, very familiar with the message box.  The message box gives us the opp...