Cómo acceder al propio objeto en Con ... Finalizar con

Algún código para ilustrar mi pregunta:

With Test.AnObject

    .Something = 1337
    .AnotherThing = "Hello"

    ''// why can't I do this to pass the object itself:
    Test2.Subroutine(.)
    ''// ... and is there an equivalent, other than repeating the object in With?

End With

Respuestas a la pregunta(4)

Su respuesta a la pregunta