D
Daniel
Hello, before I terminate the formating of my file, I want to change the
name of the vbaProject. using the following code:
'name the vbaProject
Application.VBE.ActiveVBProject.Name = "Consolidated_Monthly_FB"
I am not adding any module or reference to the file. I am getting Run-time
error 50289, can't perform operation since the project is protected.
Please, be assure that the project is not protected at this point. If this
can help, when I open the vba editor, I have no error, it terminates as it
should be.
Further I also added on the template (initial unformatted file) the VBA
Extensibility 5.3, just in case, but to no avail.
Is there a solution?
Daniel
name of the vbaProject. using the following code:
'name the vbaProject
Application.VBE.ActiveVBProject.Name = "Consolidated_Monthly_FB"
I am not adding any module or reference to the file. I am getting Run-time
error 50289, can't perform operation since the project is protected.
Please, be assure that the project is not protected at this point. If this
can help, when I open the vba editor, I have no error, it terminates as it
should be.
Further I also added on the template (initial unformatted file) the VBA
Extensibility 5.3, just in case, but to no avail.
Is there a solution?
Daniel