L
Lant
If so, how?
I read the custom properties from a Recordset using rsRecordset!Fieldname
and try to set the custom properties on a shape I have created
programmatically.
Set tempCell = tempShape.CellsSRC(visSectionProp, visRowProp + 1,
visCustPropsValue)
tempCell.Formula = recordsetElements!ElementName
This works fine when I try to set numeric properties. It also works when I
assign properties from other cell or shape.
I tried several variations in the value being assigned including the
following:
" & recordsetElements!ElementName & "
"="" & recordsetElements!ElementName & """
Am I setting the right cell property (tempCell.Formula) or should I be
trying some other property (Result, ResultStr, etc).
Any help greatly appreciated.
I read the custom properties from a Recordset using rsRecordset!Fieldname
and try to set the custom properties on a shape I have created
programmatically.
Set tempCell = tempShape.CellsSRC(visSectionProp, visRowProp + 1,
visCustPropsValue)
tempCell.Formula = recordsetElements!ElementName
This works fine when I try to set numeric properties. It also works when I
assign properties from other cell or shape.
I tried several variations in the value being assigned including the
following:
" & recordsetElements!ElementName & "
"="" & recordsetElements!ElementName & """
Am I setting the right cell property (tempCell.Formula) or should I be
trying some other property (Result, ResultStr, etc).
Any help greatly appreciated.