Hi there, I have a spreadsheet which I need to replace a users keystroke with a bullet point when they type.
I thought that the # key would be suitable as it doesn't have much use in this document...
I was hoping to use some code such as:
Application.OnKey "#", "addBulletPoint"
so that when...