Clarity

  • 1.  Unable to call XOG through VBA

    Posted Oct 03, 2013 07:36 AM
    Hi,

    I am trying to use shell command in VBA to call xog but it is throwing /Microsoft was unexpected at this time

    Can anyone know how to solve this issue


  • 2.  RE: Unable to call XOG through VBA

     
    Posted Oct 08, 2013 05:44 PM
    Hi All,

    Any ideas here for this one?

    Thanks!
    Chris


    viraj_khara wrote:

    Hi,

    I am trying to use shell command in VBA to call xog but it is throwing /Microsoft was unexpected at this time

    Can anyone know how to solve this issue


  • 3.  RE: Unable to call XOG through VBA
    Best Answer

    Posted Oct 09, 2013 10:25 AM
    My guess is that your PATH variable contains paths with spaces.

    I had this issue when I ran the XOG client via a command shell (cmd.exe). You need to either replace your path variable to only contain short name directories (DIR /X) or just reset you PATH variable before you XOG via a batch file.

    V/r,
    Gene


  • 4.  RE: Unable to call XOG through VBA

    Posted Oct 10, 2013 05:34 AM
    My guess is that your PATH variable contains paths with spaces.

    I had this issue when I ran the XOG client via a command shell (cmd.exe). You need to either replace your path variable to only contain short name directories (DIR /X) or just reset you PATH variable before you XOG via a batch file.

    V/r,
    Gene