Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
i would like to have an interactive message like" please select your required area" and i get this mouse selection into my code and do something with it... how do i do that? -- Miri Tz. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub demo()
Dim r As Range Set r = Application.InputBox(prompt:="pick range with mouse", Type:=8) MsgBox (r.Address) End Sub -- Gary''s Student - gsnu200762 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mouse rollover pop-up message | Excel Worksheet Functions | |||
Dialog Box and mouse selection | Excel Programming | |||
Interactive Text message | Excel Worksheet Functions | |||
mouse stuck in cell selection mode | Excel Discussion (Misc queries) | |||
Mouse over message | Excel Programming |