So i have a second userform that launches from the first, and in the second i use a bit of code as seen here Private Sub CommandButton66_Click() Dim VBProj As VBIDE.VBProject
Dim VBComp As VBIDE.VBComponent
Dim CodeMod As VBIDE.CodeModule
Dim StartLine As Long...