J
John Doue
I created the most simple macro:
Sub Altx()
'
' Altx Macro
' Macro recorded 11/15/2008 by JOHN
'
Selection.TypeText Text:="£"
End Sub
and assigned it to the Alt-X key combinaison. It works as expected.
Now, I tried moving this macro from Newmacros to Macros, and cannot get
to work again with the Alt-X key combination. Of course, it keeps
working normal from the Run Macro menu.
What am I doing wrong?
Thanks
Sub Altx()
'
' Altx Macro
' Macro recorded 11/15/2008 by JOHN
'
Selection.TypeText Text:="£"
End Sub
and assigned it to the Alt-X key combinaison. It works as expected.
Now, I tried moving this macro from Newmacros to Macros, and cannot get
to work again with the Alt-X key combination. Of course, it keeps
working normal from the Run Macro menu.
What am I doing wrong?
Thanks