Re: find the last row number
From: Frank Kabel (frank.kabel_at_freenet.de)
Date: 04/14/04
- Next message: Aaron Cooper: "Arrays"
- Previous message: Tmac: "Pop Up Screen"
- In reply to: Newbie: "find the last row number"
- Next in thread: pikus: "Re: find the last row number"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Apr 2004 16:24:08 +0200
Hi
try something like
LastRow = ActiveSheet.Cells(Rows.Count, "A").End(xlUp).row
-- Regards Frank Kabel Frankfurt, Germany Newbie wrote: > Hi, > > I have some code that imports a text file into a template. In colums > F-I there are some formulaes that I need to copy down to the last row > of the imported text file. The last row can change everytime the > file is imported. > > How can I find which row is the last row and then copy the formulaes > down?
- Next message: Aaron Cooper: "Arrays"
- Previous message: Tmac: "Pop Up Screen"
- In reply to: Newbie: "find the last row number"
- Next in thread: pikus: "Re: find the last row number"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|