View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Aussie Bob C Aussie Bob C is offline
external usenet poster
 
Posts: 24
Default Select range from ActiveCell do to Lastcell in ColumnA

Hi Gordon

Sorry about double post.
I require the range to include across to Column M.
My second post states that.
--
Thank you

Aussie Bob C
Little cost to carry knowledge with you.
Win XP P3 Office 2007 on Mini Mac using VMware.


"Gord Dibben" wrote:

Sub rangefinder()
Dim rng As Range
Set rng = Range(ActiveCell, Cells(Rows.Count, 1).End(xlUp))
MsgBox rng.Address

'do something with rng

End Sub


Gord Dibben MS Excel MVP


On Mon, 15 Mar 2010 15:23:02 -0700, Aussie Bob C
wrote:


.