ProgramError
Programmer
Is there a way of programming a keyboard shortcut for use when programming in VBA?
for example instead of typing 'debug.print' every time I'd like to be able to press ctrl+B instead and it enter the debug.print statement in the code.
P.S.
I know that if you type 'debug.?' it will change it to 'debug.print'
Ian Mayor (UK)
Program Error
Programming is 1% coding, 50% error checking and 49% sweat as your application bombs out in front of the client.
for example instead of typing 'debug.print' every time I'd like to be able to press ctrl+B instead and it enter the debug.print statement in the code.
P.S.
I know that if you type 'debug.?' it will change it to 'debug.print'
Ian Mayor (UK)
Program Error
Programming is 1% coding, 50% error checking and 49% sweat as your application bombs out in front of the client.