Thread: Last Cell
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Last Cell

range("L1").End(xlDown).Offset(2,0).Formula = ...

etc.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Michael Smith" wrote in message
...
I want to put a formula 2 rows below my last line of data, in the L,M,N
columns. Some kind of offset xlend thing?

TIA - mike



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!