Hi
I have a UserForm(frmDisplayData) in a word file. I want to create a macro that will display that userform when a shortcut key is pressed. How can i do this ?
Anyone help me please
Printable View
Hi
I have a UserForm(frmDisplayData) in a word file. I want to create a macro that will display that userform when a shortcut key is pressed. How can i do this ?
Anyone help me please
VB Code:
frmDisplayData.show 0
Vince