M
mike
I'm trying to set a cellsSRC using a variable, with no luck. It look like this:
AShape.CellsSRC(visSectionProp, visRowLast, visCustPropsLabel).FormulaU =
rowKey
rowKey is a string.
If I set rowKey = "1111" , it seems to work fine.
If I set rowKey to what I want... "1111_Test", it fails.
Of course, if I use a literal "1111_Test", it works fine.
I am very confused...
AShape.CellsSRC(visSectionProp, visRowLast, visCustPropsLabel).FormulaU =
rowKey
rowKey is a string.
If I set rowKey = "1111" , it seems to work fine.
If I set rowKey to what I want... "1111_Test", it fails.
Of course, if I use a literal "1111_Test", it works fine.
I am very confused...