Thread: activate
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
ranswert ranswert is offline
external usenet poster
 
Posts: 161
Default 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