Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 62
Default interactive message with mouse selection

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default interactive message with mouse selection

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mouse rollover pop-up message rhemingway Excel Worksheet Functions 6 March 11th 08 03:50 PM
Dialog Box and mouse selection djExcel Excel Programming 2 November 5th 07 12:23 PM
Interactive Text message Ann Excel Worksheet Functions 1 July 13th 07 01:28 AM
mouse stuck in cell selection mode steveSC02 Excel Discussion (Misc queries) 5 February 1st 06 02:52 AM
Mouse over message [email protected] Excel Programming 3 May 24th 05 01:18 AM


All times are GMT +1. The time now is 06:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"