A
Alex van der Spek
I am programmatically changing code lines to allow users to modify a
modelfunction in Excel:
So I use the VBE like:
ThisWorkbook.VBProject.VBComponents("Maincode").CodeModule.ReplaceLine 6,
CodeLine
Does anyone know how to do this and still lock the project for viewing
using a password?
Thanks!
Alex van der Spek
modelfunction in Excel:
So I use the VBE like:
ThisWorkbook.VBProject.VBComponents("Maincode").CodeModule.ReplaceLine 6,
CodeLine
Does anyone know how to do this and still lock the project for viewing
using a password?
Thanks!
Alex van der Spek