LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nick Junod
 
Posts: n/a
Default FillDown Macro

Hi,

I am trying to do something that is probably simple. I have data in column
A of my spreadsheet. It is parsed out randomly, meaning that there might be
data in cell A1, A23, A54, A109 so on and so forth.

What I want to do is copy these entries down until they hit the next entry
and then grab that one and copy it down until it hits the next one...

So that A1 will be copied/filled down to A22. A23 will be copied/filled
down to A53...and so on...

I guess it needs to loop?

This is what I have so far and it is not working at all:

Sub Macro2()
'
' Macro2 Macro
' Macro recorded 2/2/2006 by
'

'
Selection.Copy
Range(Selection, Selection.End.(xlDown).offset(-1)).Select
Selection.FillDown
Selection.End(xlDown).Select
End Sub

--
Thanks a million,

Nick Junod
 
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
Search, Copy, Paste Macro in Excel [email protected] Excel Worksheet Functions 0 January 3rd 06 06:51 PM
Closing File Error jcliquidtension Excel Discussion (Misc queries) 4 October 20th 05 12:22 PM
Macro Filldown Hirsch Excel Worksheet Functions 4 June 6th 05 06:25 PM
Help with macro looping and color query function kevinm Excel Discussion (Misc queries) 10 May 26th 05 01:25 AM
Date macro Hiking Excel Discussion (Misc queries) 9 February 3rd 05 12:40 AM


All times are GMT +1. The time now is 10:45 AM.

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

About Us

"It's about Microsoft Excel"