vba

VBA and Office 2013

less than 1 minute read

I’ve installed office 2013 Preview and found one of my projects not working in my case it was WebBrowser component. Well turns out bunch of ActiveX controls ...

VBA Try…Catch…Finally

2 minute read

When writing function and in particular custom error handling in VBA please remember this common patern for error handling when using “On Error”.