I have an Excel application in which I use a VBA
command to display the VBA code itself. For
example...
Application.Goto Reference:="myProcedure"
However, when the VBA Project is password
protected, I am (obviously) prompted to enter
a password. Does anyone know how I can avoid
this password prompt? I have unsuccessfully
tried the following line...
Application.Goto Reference:="myProcedure", _
Password:="myPassword"
Thanks in advance.
vbMax
command to display the VBA code itself. For
example...
Application.Goto Reference:="myProcedure"
However, when the VBA Project is password
protected, I am (obviously) prompted to enter
a password. Does anyone know how I can avoid
this password prompt? I have unsuccessfully
tried the following line...
Application.Goto Reference:="myProcedure", _
Password:="myPassword"
Thanks in advance.
vbMax