Full Version: Adding a shortcut to a form
UtterAccess Discussion Forums > Microsoft® Office > Microsoft Excel
Topio
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
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
One moment... did you say, 'the only way'?

Like for instance that not even frmApprove.Show from VBA intermediate window works? confused.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.