G Guest Aug 27, 2004 #1 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
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
D DavidC Aug 27, 2004 #3 I have used the .filldown method. typical code is: sheets("name of sheet").range(start cell reference:finish cell reference).filldown BOL DavidC
I have used the .filldown method. typical code is: sheets("name of sheet").range(start cell reference:finish cell reference).filldown BOL DavidC
G Guest Aug 27, 2004 #4 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 Click to expand...
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 Click to expand...