Tag Archives: debugging

How to Handle “VBA Not Responding” Errors

VBA is a programming language that is used in conjunction with a host application like Microsoft Word or Microsoft Excel. Its coding standards or syntaxes are very similar to VB 6 or VB script. “VBA not responding” is an irksome and time consuming situation/error that

How to Use and Print to the Console in VBA

Introduction While programming, it is always good to test parts of your code as you are writing it instead of writing the whole program, compiling it and running it — only to find out that it has a bug. In this article, you are going