Excel insert a value one cell down -


i have condition statement , when true, insert text or value 1 cell/row down. how can that? thank you.

to insert row below active cell:

activecell.offset(1).entirerow.insert 

it's vague answer vague question


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -

java - How can I send the data from a imput type="file" to the controller? -