Buyer object
Properties |
---|
This object represents a buyer.
The Buyer property returns the Buyer of an Invoice.
You can use this object even though it is not visible in the COM library.
Example:
Dim objInvoice As Invoice
Set objInvoice = Application.CurrentInvoice
Dim objBuyer As Object
Set objBuyer = objInvoice.Buyer
MsgBox objBuyer.BuyerNumber
Related topics