Search results

  1. N

    On Error VBA Outlook

    Right sorted that out, now i get 'compile error' sub or funtion not defined on line
  2. N

    On Error VBA Outlook

    but now i get a 'compiler error' (expected sub, functon, or property) on the line
  3. N

    On Error VBA Outlook

    Nice Gasman, Nice! thanks for your reply (-:
  4. N

    On Error VBA Outlook

    Hi Guy's I have this code working however only if Outlook is open. I know that I need to create a On Error Handler and some VBA to open Outlook when it's not running. Can anyone please help or point me in the right direction. Many thanks:D
  5. N

    Add Attachment to Outlook VBA

    Hi Guys i have tried this. but i get a compile error sub or function not defined. on thi line - Call writeTemplate(filesPath)
  6. N

    Add Attachment to Outlook VBA

    Ultamitly the database will be set on a shared network and then the Template.msg will be set in each users documents
  7. N

    Add Attachment to Outlook VBA

    I'm trying this but not working..
  8. N

    Add Attachment to Outlook VBA

    What i need is a the file path for and desk top user. Hope you can help.
  9. N

    Add Attachment to Outlook VBA

    Thanks guy's ive sorted it, cheers for your help
  10. N

    Add Attachment to Outlook VBA

    Hi Guy's How do i add an attach file to this piece of code.:D:D
  11. N

    Exporting Acces to Word VBA

    Sorry forgot to say I've sorted it out and everything is in working order, thank you so much for your help and patients. Kind regards,
  12. N

    Exporting Acces to Word VBA

    It comes up with 'compiler error' label not defined on the error handler line.
  13. N

    Exporting Acces to Word VBA

    works fine thank you. I just need to set the path to any user I've tried just not woking
  14. N

    Exporting Acces to Word VBA

    Is this correct because it's not working? Or am I missing something
  15. N

    Exporting Acces to Word VBA

    ideally I want the path set to any desktop, any 'User' and set the font text and size? with also 'Dear' before txtContactName? Thanks for all your help so far
  16. N

    Exporting Acces to Word VBA

    And how do I set the font text and size? with also 'Dear' before txtContactName?
  17. N

    Exporting Acces to Word VBA

    Sorted it out, it now opens up in edit mode, still need to VBA 'Environ' ?
  18. N

    Exporting Acces to Word VBA

    It now opens the word application but not to the 'Template.docx'
  19. N

    Exporting Acces to Word VBA

    Do I call that from a modal or does it sit under click command? doc.ReadOnly = False 'compile error' can't assign read-only property? Thanks for your help.
  20. N

    Exporting Acces to Word VBA

    Does anyone know how to set this to 'Environ' I want to set the path to any desktop. And also set it to edit and not read only? Help much appreciated :D
Back
Top Bottom