LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Calculate number of rows and apply formula

I eventually solved this with ...

Private Sub Worksheet_Activate()
Dim LastRow As Long
LastRow = Sheet1.Cells(Cells.Rows.Count, "A").End(xlUp).Row
Sheet2.Range("A2:R" & LastRow).FillDown
End Sub


 
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 do I apply a formula to multiple rows at the same time? ManhattanRebel Excel Worksheet Functions 1 November 22nd 07 03:28 PM
setting a formula to apply to all rows in a column dave @ stejonda New Users to Excel 7 January 14th 07 09:09 AM
formula to apply concatenation to successive rows of data Devo Excel Worksheet Functions 2 July 24th 06 05:42 PM
apply formula to other rows ... berti Excel Discussion (Misc queries) 1 December 15th 05 08:30 AM
Apply a simple formula to multiple rows? RedFox New Users to Excel 9 May 9th 05 11:42 PM


All times are GMT +1. The time now is 09:07 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"