copying - Selection.FillRight is not working -


i'm trying utilize selection.fillright copy formulas 1 column another. want use selection.fillright because there hidden rows, , copy , paste wants paste hidden rows.

my spreadsheet has hidden columns, solved finding column want (which changes each time) while loop. thought going hard part of coding. appreciated.

range("d13").select  activecell.offset(0, 1).activate while activecell.entirecolumn.hidden = true activecell.offset(0, 1).activate loop  range(activecell, activecell.end(xldown)).select selection.fillright 


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -