Check for Compile errors

T

The parawon

I understand there is a way to check for compiling errors in Visual Basic
Editor. Does anyone know a simple code I could run that would return
problems in the Immediate Window. Please be specific as I don't have a lot
of VBA experience.
 
F

fredg

I understand there is a way to check for compiling errors in Visual Basic
Editor. Does anyone know a simple code I could run that would return
problems in the Immediate Window. Please be specific as I don't have a lot
of VBA experience.

Add the Compile tool button to the VBA toolbar.
 
Top