eAlchemist
Technical User
I'm trying to write formulas to the same cell of multiple worksheets, but having troubles.
I do this:
SheetsArray "GIRLS", "MENS", "MATERNITY", "WOMENS", "BOYS", "ACCESS", "BABY", "LARGE", "MISC")).Select
And then this:
Selection.Range(formulaAddress).FormulaArray = ActiveWorkbook.Sheets("ArrayFormulas").Cells(rowPosition, 2).Formula
But, this only writes the formula to the active worksheet. When I record the action, this is basically what it gives me.
Can someone suggest something?
Thanks,
Chris