Not sure if you were able to create the Add-In for the VB Beautifier. I faced an error while using it.
1. At Nz(strChangedLine. so I deleted the line to proceed, as the Procedure or Function was not found.
2. You may need to change the declaration "Dim mod1 As Module to CodeModule", the same for any references in sub Procedures or Functions.
With these corrections, it worked well. Thought it might help others.
1. At Nz(strChangedLine. so I deleted the line to proceed, as the Procedure or Function was not found.
2. You may need to change the declaration "Dim mod1 As Module to CodeModule", the same for any references in sub Procedures or Functions.
With these corrections, it worked well. Thought it might help others.