Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In real VB I can intercept each pressed key with the following code
before e.g. the character of the pressed key is added to a TextBox: Private Sub Form_Load() Me.KeyPreview = True ... End Sub Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) MsgBox ("The key " & KeyCode & " has been pressed.") End Sub Is there a way to do something similar in VBA (e.g. Excel)? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Regression with zero intercept | Excel Worksheet Functions | |||
regression using set intercept | Excel Discussion (Misc queries) | |||
Regression intercept to 0 | Excel Worksheet Functions | |||
Intercept and Indirect | Excel Worksheet Functions | |||
B = Y Intercept | Excel Programming |