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

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -