Consulting

Results 1 to 4 of 4

Thread: Solved: Moving VBAProject.otm

  1. #1
    VBAX Regular
    Joined
    Jun 2006
    Posts
    20
    Location

    Solved: Moving VBAProject.otm

    Is it possible to move the file VBAProject.otnm to a different folder than is default?

    If so how!

  2. #2
    Knowledge Base Approver
    The King of Overkill!
    VBAX Master
    Joined
    Jul 2004
    Location
    Rochester, NY
    Posts
    1,727
    Location
    Unfortunately I don't think you can change this, unless you change where the appdata environmental variable points to. In any case it would still be at %appdata%\microsoft\outlook\vbaproject.otm
    The only workaround is to use the /altvba commandline switch to specify where you want, like:
    outlook.exe /altvba C:\alternate.otm

    You can change the outlook shortcut to use this, change it from something like
    "C:\Program Files\Microsoft Office\Office\OUTLOOK.EXE"

    To
    "C:\Program Files\Microsoft Office\Office\OUTLOOK.EXE /altvba C:\foldername\another.otm"

    But there doesn't appear to be a registry or options setting for this file, at least that I could find.
    Matt

  3. #3
    VBAX Regular
    Joined
    Jun 2006
    Posts
    20
    Location
    That is perfect, thank you!

  4. #4
    Knowledge Base Approver
    The King of Overkill! VBAX Master
    Joined
    Jul 2004
    Location
    Rochester, NY
    Posts
    1,727
    Location
    Glad to help! Strange it isn't changeable..
    I do only have outlook2000 so maybe in future versions it is

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •