S
Stephen Haley
I am running into this for the first time and have a few issues:-
1) I have a development PC with both 2002 & 2003 office BUT Digital
Certificates only appear in 2003
2) Once I have signed the code in 2003 I can no longer edit in 2002
3) Once the code was signed a line of code no longer ran on a client pc
under 2002
If Me.Subform1.Form.Module.Find("Recchange", lngSLine, lngSCol, lngELine,
lngECol) Then
When it came to this line it gave an error 50289 - Can't perform operation
since code is protected.
I got round this by sticking in a sub with err resume next and just trying
to run the sub but I would like to understand why it objected.
4) When I removed the certificate it no longer allowed me to view it in
either 2002 or 2003. I eventually got arround it by removing the cert in
2003 then immediately adding a password for viewing the code but this is
very strange behavior
5) Can anyone point me at some articles re 2003 & vba certs
rgds
stephen
1) I have a development PC with both 2002 & 2003 office BUT Digital
Certificates only appear in 2003
2) Once I have signed the code in 2003 I can no longer edit in 2002
3) Once the code was signed a line of code no longer ran on a client pc
under 2002
If Me.Subform1.Form.Module.Find("Recchange", lngSLine, lngSCol, lngELine,
lngECol) Then
When it came to this line it gave an error 50289 - Can't perform operation
since code is protected.
I got round this by sticking in a sub with err resume next and just trying
to run the sub but I would like to understand why it objected.
4) When I removed the certificate it no longer allowed me to view it in
either 2002 or 2003. I eventually got arround it by removing the cert in
2003 then immediately adding a password for viewing the code but this is
very strange behavior
5) Can anyone point me at some articles re 2003 & vba certs
rgds
stephen