View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jim May[_4_] Jim May[_4_] is offline
external usenet poster
 
Posts: 6
Default Expanding Selection Range

Perfect Tom!
Tks again and agian...
Jim May


-----Original Message-----
selection.Resize(,selection.columns.count+1).Sele ct

--
Regards,
Tom Ogilvy

"Jim May" wrote in

message
...
In my code the current range that is selection via
Selection. is A5:C3000; what next line of code
would change the Selection to A5:D3000? (one

additional
column to be included)
TIA,
Jim May



.