I am designing a function in a module that creates and instance of outlook to send an email. Sometimes I will want to send an attachment, but at other times I will not want to. How can I make the attachment argument optional.
i.e. Call sendemail(,,attachment,,,,)
i.e. Call sendemail(,,attachment,,,,)