Rabu, 13 April 2016

Re: [ExcelVBA] Re: select range

 

Pascal that was excellent.

How about  :-

 With Range("test")
    .offset(, 2).Resize(, .Columns.Count - 2).Select
 End With

Derek +++


From: "pascaldaulton@lineone.net [ExcelVBA]" <ExcelVBA@yahoogroups.com>
To: ExcelVBA@yahoogroups.com
Sent: Wednesday, 13 April 2016, 22:13
Subject: [ExcelVBA] Re: select range

 
range("test").offset(,2).resize(,range("test").columns.count-2).select


__._,_.___

Posted by: Derek Turner <g4swy@yahoo.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (5)
----------------------------------
Be sure to check out TechTrax Ezine for many, free Excel VBA articles! Go here: http://www.mousetrax.com/techtrax to enter the ezine, then search the ARCHIVES for EXCEL VBA.

----------------------------------
Visit our ExcelVBA group home page for more info and support files:
http://groups.yahoo.com/group/ExcelVBA

----------------------------------
More free tutorials and resources available at:
http://www.mousetrax.com

----------------------------------

.

__,_._,___

Tidak ada komentar:

Posting Komentar