RobbieC
Active Member
- Joined
- Dec 14, 2016
- Messages
- 376
- Office Version
- 2010
- Platform
- Windows
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:
so that when the # key is pressed, it would run the sub 'addBulletPoint' which would add the bullet...
Can anyone point me in the right direction as to do this?
Thanks
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:
Code:
Application.OnKey "#", "addBulletPoint"
so that when the # key is pressed, it would run the sub 'addBulletPoint' which would add the bullet...
Can anyone point me in the right direction as to do this?
Thanks