Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to setup a do while loop
to occur while the left mouse button is down within a text box. I see a mouse down function but it is only for charts I believe Is there a separate call for this event? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Pal
How about a click or dblclick event Regards Peter -----Original Message----- I am trying to setup a do while loop to occur while the left mouse button is down within a text box. I see a mouse down function but it is only for charts I believe Is there a separate call for this event? Thanks . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have it working with mouseup
but it only happens when I finish selecting the range. I wanted a live update as I move the mouse - so I used: Private Sub textbox1_Mouseup(ByVal Button As Integer, _ ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single) Cells(4, 8).Value = TextBox1.SelText End Sub but it made my excel crash every time. "Peter Atherton" wrote in message ... Pal How about a click or dblclick event Regards Peter -----Original Message----- I am trying to setup a do while loop to occur while the left mouse button is down within a text box. I see a mouse down function but it is only for charts I believe Is there a separate call for this event? Thanks . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mouse Up or Down Event | Excel Discussion (Misc queries) | |||
perform an event if mouse rolled over an object | Excel Worksheet Functions | |||
mouse over event | Excel Discussion (Misc queries) | |||
Use the "mouse over" event to exclude a data point from a series | Charts and Charting in Excel | |||
Mouse Click Event | Excel Programming |