Full Version:
Adding a shortcut to a form
UtterAccess Discussion Forums
>
Microsoft® Office
>
Microsoft Excel
Topio
May 16 2007, 08:50 PM
Hi,
Just wondering how you can assign a shortcut to a form in Excel?
i.e.the only way to open "frmApprove" is if you hit "ctrl+g+v"
Any ideas?
Thanks!
KingMartin
May 17 2007, 02:27 AM
Sub Open_FrmApprove
frmApprove.Show
End Sub
(in a normal module)
Tools=>Macros=>Macro=> pick up Open_FrmApprove, Options, assign shortcut keys.
e.g. Ctrl+g
Martin
KingMartin
May 17 2007, 02:41 AM
One moment... did you say, 'the only way'?
Like for instance that not even frmApprove.Show from VBA intermediate window works?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.