View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
andibevan andibevan is offline
external usenet poster
 
Posts: 1
Default Find last real row of filterred data table

Hi all,

I am using the the following code to copy data to the bottom of a dat
table:-

Worksheets("Dialog11").Range("A2:AA2").Copy _
Destination:=Worksheets("Project Log Form").Cells(Rows.Count
1).End(xlUp)(2)

Problem is that this code works fine when the autofilters are no
applied but if a filter is set the code copies the data to the las
visible row.

Does anyone have any clues on how to add the data to the real las
row.

If it makes life easier, each data entry has a unique ID in column
and the highest ID number is always located in the last real row.

Any help would be greatfully received.

Ta

And

--
Message posted from http://www.ExcelForum.com