excel - In VBA, is it possible to select a cell relative to a dynamic range? -


let's set 'rng' dynamic range, ("a" & i) 'i=2' , increases 1 whenever condition met. @ same time, set 'k = 2' , increase k whenever condition met. possible write command says 'if.... copy "the cell on top row of whatever column 'rng.offset(0,k)' happens @ moment?"

it easy write offset command, if column , row of rng changing, possible write command copies top row of this?

thanks in advance,

the cell on top row sheet.cells(1,"k")–


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -