Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default Basic question - all rows in column to last row

This will do it but WHY select. Maybe if your post the rest of your code

Sub selectrng()
Range("d1", Cells(Rows.Count, "d").End(xlUp)).Select
End Sub

can be
Range("d1", Cells(Rows.Count, "d").End(xlUp)).copy range("f1")
withou selections
--
Don Guillett
SalesAid Software

"Rick" wrote in message
...
I need to modify a column of data, but am having trouble determining how to
select all of the column, up until and including the last row.

I have tried this formula below, but it is not doing what I thought it
should....

Range("D:D", Range("D:D").End(xlDown)).Select

Any help is appreciated.

Ric



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Transpose Question: Column to Multiple Rows TekMarc Excel Discussion (Misc queries) 0 February 21st 11 05:01 PM
Basic VBA question - hiding rows Babymech Excel Discussion (Misc queries) 6 January 15th 09 01:28 PM
Basic Pivot Table question re adding rows to source data and refre KateW Excel Discussion (Misc queries) 6 July 25th 08 03:29 PM
Basic question - all rows in column to last row Bob Phillips Excel Programming 0 December 8th 06 05:39 PM
Basic question for blank column Tre_cool[_18_] Excel Programming 4 November 30th 05 08:20 PM


All times are GMT +1. The time now is 04:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"