Search results

  1. B

    Adding Attachment to Outlook Meeting

    Using this I get error 438: Object Doesn't support this property or method.
  2. B

    Adding Attachment to Outlook Meeting

    Changed it to IF Len(oAtt) > 0 then .Attachments.Add(oAtt) end if This doesn't give me any errors, but also doesn't add the attachment. EDIT: My code in my form module was checking for null still instead of the len() >0, so this does indeed work!!!!!! THANK YOU!!!!
  3. B

    Adding Attachment to Outlook Meeting

    Yes that is the one I found where they said the property was read only.
  4. B

    stupid question - call code

    Once you put it in a module, you can use a button or event on the form to call it using Call 'Name' in the on click event of the button, or any event that works for what your are trying to do.
  5. B

    Adding Attachment to Outlook Meeting

    I have found this old post "1237140" (I can't post actual links because my post count is 0, that's the post number in the hyperlink, I normally use accessforums.net for all my problems, but since this is where I found the most relevant albeit unanswered information). It was never answered and...
Top Bottom