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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -