Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Excel Column Reverse AutoFill. Is this possible?

Is is possible to go to the last cell in a particular column, copy that data,
then perform a reverse autofill??
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,089
Default Excel Column Reverse AutoFill. Is this possible?

For example:

Range("F20").AutoFill Destination:=Range("F9:F20"), Type:=xlFillSeries

You just need to establish the bottom of the range and the top of the range.
The source must be the cell at the bottom of the range.

Regards

Trevor


"MGSurberDallas" wrote in message
...
Is is possible to go to the last cell in a particular column, copy that
data,
then perform a reverse autofill??



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
How to reverse column values in excel? Denish D[_2_] Excel Discussion (Misc queries) 4 May 14th 10 10:35 PM
reverse the entries in an Excel column PapaJo4 Excel Discussion (Misc queries) 1 December 15th 06 05:18 PM
Column Headers in my Excel sheet are in reverse order-reg [email protected] Excel Programming 1 July 22nd 06 07:56 AM
How can I get excel to autofill the next column? jayman Excel Discussion (Misc queries) 2 May 27th 06 08:47 PM
How do I reverse the order (sequence) of a column of data in Excel Ken Hardman Excel Worksheet Functions 5 July 9th 05 02:08 PM


All times are GMT +1. The time now is 07:00 AM.

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"