C
c_en
Hi.
I have some simple text macros assigned to keyboard shortcuts that need to
be used in a protected form. They look like this:
Sub AR6()
'
' AR6 Macro
' Macro recorded 4/23/2009 by
'
Selection.TypeText Text:="MY TEXT IS HERE "
End Sub
Every time I try to use one of the keyboard shortcuts when the form is
protected, I get a Run Time error.
I believe this is due to the fact that the form is protected. From
searching this forum, I think I need to make use of some unprotect/protect
instructions in the macro. I've tried some of the samples that people have
posted, but since I'm new to VBA, I fail every time.
Can someone hold my hand on this?
I have some simple text macros assigned to keyboard shortcuts that need to
be used in a protected form. They look like this:
Sub AR6()
'
' AR6 Macro
' Macro recorded 4/23/2009 by
'
Selection.TypeText Text:="MY TEXT IS HERE "
End Sub
Every time I try to use one of the keyboard shortcuts when the form is
protected, I get a Run Time error.
I believe this is due to the fact that the form is protected. From
searching this forum, I think I need to make use of some unprotect/protect
instructions in the macro. I've tried some of the samples that people have
posted, but since I'm new to VBA, I fail every time.
Can someone hold my hand on this?