Autofill last row

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

autofill the last column. Let’s say G1 has the word complete how do I auto
fill till the last row of data,
Thanks,
DJ
 
I have used the .filldown method.

typical code is:

sheets("name of sheet").range(start cell reference:finish
cell reference).filldown

BOL
DavidC
 
Thanks Guys I found my old post...Wheew!!

DavidC said:
I have used the .filldown method.

typical code is:

sheets("name of sheet").range(start cell reference:finish
cell reference).filldown

BOL
DavidC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top