I have created a Personal Macro Workbook with VBA. I than added a Module with code. However, after the Personal Macro Workbook was created, and the code is present, I can't invoke the procedure with a shortcut key.
I used the following code:
Dim personalWB As Workbook
Dim vbaModule As Object...