G
Guest
Is there a means up updating VBA code programatically (i.e.: using a sub
linked to a control's click event, to modify an existing function)?
I'm trying to create a change password form that modifies an If..Then
statement in my password verification function. For example, in the below
line I want to be able to write a sub that will change the string "123" into
whatever I enter into my form.
If mstrMaintPW = "123" Then
Thanks is advance!
linked to a control's click event, to modify an existing function)?
I'm trying to create a change password form that modifies an If..Then
statement in my password verification function. For example, in the below
line I want to be able to write a sub that will change the string "123" into
whatever I enter into my form.
If mstrMaintPW = "123" Then
Thanks is advance!
