Thread
:
Deselet first 3 rows in selection
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
Deselet first 3 rows in selection
As ALWAYS, post your code for comments
Sub selectit()
Range("f7").Offset(3).Resize(, 4).Select
End Sub
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"SpeeD" wrote in message
...
hi.
I have a range selected, but i need to unselect the first 3 rows in that
selection. Note that the selection isnt constant.
How can i do that in VBA
Thanks
SpeeD
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett