J
Jenny
When I use the command:
ActiveWorkbook.VBProject.VBComponents
([ModuleName]).CodeModule.InsertLines(1, "Hello")
all of my active variables get reset as if the program is
being re-initialized. How do I prevent my variables from
getting reset when I insert text into modules?
~Jenny
ActiveWorkbook.VBProject.VBComponents
([ModuleName]).CodeModule.InsertLines(1, "Hello")
all of my active variables get reset as if the program is
being re-initialized. How do I prevent my variables from
getting reset when I insert text into modules?
~Jenny