Groups
Groups
Sign in
Groups
Groups
microsoft.public.excel.programming
Conversations
About
Send feedback
Help
Sort By Relevance
Sort By Date
1–8 of 8
Tatsujin
,
Peter T
2
12/31/20
Handle keyboard events
Don'
t
forget to clear any OnKeys when done, for example in the workoks close event For something more general purpose look into use of the
GetAsyncKeyState
API, though Alt strokes
unread,
Handle keyboard events
Don'
t
forget to clear any OnKeys when done, for example in the workoks close event For something more general purpose look into use of the
GetAsyncKeyState
API, though Alt strokes
12/31/20
minimaster
, …
Ron de Bruin
12
12/8/09
Screen position of commandbar button in Excel 2007 ?
I have some add-ins with custom commandbars that have buttons on them that show a popup menu below
unread,
Screen position of commandbar button in Excel 2007 ?
I have some add-ins with custom commandbars that have buttons on them that show a popup menu below
12/8/09
mac_in_sctland
,
Peter T
2
9/28/09
Excel COM dll - how to escape from process
Hi, I have built a fairly simple Excel COM addin in visual basic 6 which loop 50000 times and adds up
unread,
Excel COM dll - how to escape from process
Hi, I have built a fairly simple Excel COM addin in visual basic 6 which loop 50000 times and adds up
9/28/09
DennisB
,
Peter T
3
10/28/08
BeforeRightClick event vs. Selection Change
Peter
, I learned something new! This worked great, thank you so much. Dennis "
Peter
T
" wrote: > Private Declare Function
GetAsyncKeyState
Lib "User32"
unread,
BeforeRightClick event vs. Selection Change
Peter
, I learned something new! This worked great, thank you so much. Dennis "
Peter
T
" wrote: > Private Declare Function
GetAsyncKeyState
Lib "User32"
10/28/08
dwinmac
, …
Peter T
3
10/18/08
Reading the keyboard in VBA
Declare Function
GetAsyncKeyState
Lib "user32" ( _ ByVal vKey As Long) As Integer Function ShiftCtrl() As Boolean If
GetAsyncKeyState
(vbKeyControl) Then ShiftCtrl
unread,
Reading the keyboard in VBA
Declare Function
GetAsyncKeyState
Lib "user32" ( _ ByVal vKey As Long) As Integer Function ShiftCtrl() As Boolean If
GetAsyncKeyState
(vbKeyControl) Then ShiftCtrl
10/18/08
Nicholas Dreyer
, …
Peter T
8
11/4/06
VBA (excel) quits on workbooks.open
I have an ellaborate VBA project that does of most of any needed openening and closing of workbooks.
unread,
VBA (excel) quits on workbooks.open
I have an ellaborate VBA project that does of most of any needed openening and closing of workbooks.
11/4/06
Tan
, …
Peter T
5
5/8/06
Excel2002 & Trapping Esc key
Declare Function
GetAsyncKeyState
_ Lib "user32" _ (ByVal vKey As Long) As Integer Function IsKeyDown(key As Long) As Boolean If
GetAsyncKeyState
(key) Then IsKeyDown
unread,
Excel2002 & Trapping Esc key
Declare Function
GetAsyncKeyState
_ Lib "user32" _ (ByVal vKey As Long) As Integer Function IsKeyDown(key As Long) As Boolean If
GetAsyncKeyState
(key) Then IsKeyDown
5/8/06
skrol
, …
skrol
10
10/22/05
MouseDown()-MouseUp()
In one of my sheets I have button, starting a macro wih "MouseDown()". This macro starts a
unread,
MouseDown()-MouseUp()
In one of my sheets I have button, starting a macro wih "MouseDown()". This macro starts a
10/22/05