• What exactly are you trying to do? If you are looking to export a single value to a cell you can use:

    e_wksheet.Cells(1,1).Value = yourvalue

    Or are you are looking to insert a complete column?


    ------------------------------
    The Users are always right - when I'm not wrong!