is there a property that will return the serial number of the item just added if the item is serialized? i need to set the value of a variable with this serial number, to populate a text field in a userform. is this possible?
thank you, kevin
is there a property that will return the serial number of the item just added if the item is serialized? i need to set the value of a variable with this serial number, to populate a text field in a userform. is this possible?
thank you, kevin
I don't know if this is it but have you tried... TransactionEntry.Serialized Property The Serialized property gets the serialized item for the transaction entry.
Public Property Get Serialized( ) As SerializedItem
Property Value SerializedItem object that contains the serialized item for the transaction entry. If the item for the transaction entry is not a serialized item this property is a null reference.
Rob
yes:
.Serialized.Number1
returned the information i needed
thanks Rob, Kevin
"Rob" wrote:
Have something to add? Share your thoughts — no account required.
Ask the community — no account required