vba - Issue using Cells().formula -


i'm attempting input formula column in table. formula uses table headers solve result. location used in cells() command uses variable seen below:

sheet6.cells(17, k + 7).formula = "=[@[net weight]]/([length] * $j$10 * $j$10)" range(cells(17, k + 7).address()).select 

your code works me, if make sure cell in table or next it. if put in random cell results in same error get.


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -