K
keyur
Hi
Here's my situation
i have 3 columns A,B,C in file X. C has a formulae where
as A and B are typed values. Every day i have new values
for A and B and i get them from another file Y. I copy the
columns A&B from Y and paste in X. If the new list is
smaller than the previous one, perfect, the macro deletes
the rows with any empty cell in the row. if the new list
is bigger than in the macro i want to go to C2 and fill
down. the only thing i dont know is how to write a
statement that will fill down only till the last occupied
cell in A.
filling down first and then deleting rows with emppty
cells might not work as the size of the list is very
unpredictable. and i dont want it to fill down like 1000
rows when might just have 100 occupied cells in A.
thanks for any help.
Here's my situation
i have 3 columns A,B,C in file X. C has a formulae where
as A and B are typed values. Every day i have new values
for A and B and i get them from another file Y. I copy the
columns A&B from Y and paste in X. If the new list is
smaller than the previous one, perfect, the macro deletes
the rows with any empty cell in the row. if the new list
is bigger than in the macro i want to go to C2 and fill
down. the only thing i dont know is how to write a
statement that will fill down only till the last occupied
cell in A.
filling down first and then deleting rows with emppty
cells might not work as the size of the list is very
unpredictable. and i dont want it to fill down like 1000
rows when might just have 100 occupied cells in A.
thanks for any help.