something equivalent to vl-bb-ref, vl-bb-set?

Discussion in 'AutoCAD' started by fengk, Oct 19, 2004.

  1. fengk

    fengk Guest

    Hello group:

    In lisp, I use vl-bb-ref/vl-bb-set quite often to share variables between different documents. Is there something similar in vba? Thanks for your attention.

    - fengk
     
    fengk, Oct 19, 2004
    #1
  2. VBA does not function like AutoLISP. Simply use the proper scope to
    share information between routines.

    A declaration in a standard module will provide maximum visibility.
     
    Frank Oquendo, Oct 19, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.