Return An Array From A UDF

Return a range from a UDF

January 24, 2017

Return a Range from a UDF

I've previously written a UDF to count colored cells and then perform various maths functions on the values in those

Read More
Excel Status Bar

June 15, 2016

Excel Status Bar

In my previous blog post I created a progress bar using a userform. We can use this progress bar to

Read More
error handling in vba

December 4, 2015

Error Handling in VBA

If VBA can’t execute a statement (command) then a run-time error occurs. By default Excel deals with these, so when

Read More
excel date picker

July 9, 2015

Excel Date Picker

In my previous post about Excel forms the date picker I used was a 32 bit ActiveX control. If mentioning

Read More
excel userforms

July 2, 2015

Excel Forms

Excel forms, or Userforms, can be used to collect information from a user, validate it, then enter that data into

Read More