Thread
:
activate
View Single Post
#
5
Posted to microsoft.public.excel.programming
ranswert
external usenet poster
Posts: 161
activate
I'll give that a try
thanks
"Dave Peterson" wrote:
Try this:
with activesheet
.range("a1:e12").select
.range("c7").activate
end with
ranswert wrote:
What is the difference between Range().activate and Range().select?
Thanks
--
Dave Peterson
Reply With Quote
ranswert
View Public Profile
Find all posts by ranswert