Search results

  1. M

    using Folders.Count in Excel Vba

    :):) Thanks for your help
  2. M

    using Folders.Count in Excel Vba

    I have updated to the latest version and this problem has gone. I have no idea if it was the Office 2013 updates or the Windows 8.1 updates that they did at the same time
  3. M

    using Folders.Count in Excel Vba

    Silly thought, Where do I fine which version of outlook 2013 I have and what is the latest version. IT update out software and we don't use Microsoft update, and I don't know if it up to date. Thanks for your reply
  4. M

    using Folders.Count in Excel Vba

    I have several e-mail accounts in the same profile. If I have only one email account in the profile it works fine. You get a error 'Run-time error '440': Array index out of bounds.' which is reasonable as the line reads 'Set TargetFolder = SourceFolder.Folders(1)'
  5. M

    using Folders.Count in Excel Vba

    Hi, I am using outlook 2013 (32 bit) and I have this piece of code in my Excel spread sheet. It finds a e-mail in a folder opens it and extracts the spread sheet. The part of the code which finds the folder now doesn't work, it did work in outlook 2010 (32Bit) Set mynamespace =...
Back
Top