ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How to know if a range has been selected (https://www.excelbanter.com/excel-programming/379352-re-how-know-if-range-has-been-selected.html)

Dave Peterson

How to know if a range has been selected
 
Like the difference between selecting a range or an object (chart/button/...)??

If TypeName(Selection) = "Range" Then
MsgBox "it's a range!"
Else
MsgBox "it's not a range...it's a: " & TypeName(Selection)
End If



Maria wrote:

I'm fairly new to excel vba. Can someone tell me how to determine if a range
has been selected on a worksheet? If a selection has not been made, I need
to display a message to the end user.

--
Regards.


--

Dave Peterson


All times are GMT +1. The time now is 05:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com