some excel automation that mimics dragging corner anchor -
you know how in excel can have value row_01
, , if drag fill auto increment row number. there way through code or something? because if wanted 10,000 rows? don't want sit , drag long.
ensure first cell contains 1 then...
simply record macro... show how it.
sub macro1() ' ' macro1 macro ' selection.autofill destination:=range("a1:a10000"), type:=xlfillseries range("a1:a1000").select end sub
Comments
Post a Comment