TangentialAccel
New Member
- Joined
- Jan 22, 2018
- Messages
- 7
Hi,
I have workbook that I would like to bring to the foreground and activate when I press an assigned shortcut key (even if the workbook isn't active). The idea is that the workbook could be minimized, hidden behind other windows, or visible, and when the shortcut key is pressed, it will activate the workbook so I can directly edit it.
I have tried assigning a shortcut key within windows to open a workbook but the problem is that it tries to open the file even if the file is already open.
So, I was wondering if this can be done with VB code? I've tried a couple of things, but nothing that works when the workbook is deactivated or minimized.
Thanks in advance...
I have workbook that I would like to bring to the foreground and activate when I press an assigned shortcut key (even if the workbook isn't active). The idea is that the workbook could be minimized, hidden behind other windows, or visible, and when the shortcut key is pressed, it will activate the workbook so I can directly edit it.
I have tried assigning a shortcut key within windows to open a workbook but the problem is that it tries to open the file even if the file is already open.
So, I was wondering if this can be done with VB code? I've tried a couple of things, but nothing that works when the workbook is deactivated or minimized.
Thanks in advance...