+ Reply to Thread
Results 1 to 5 of 5

storing of VBA code

  1. #1
    kurt
    Guest

    storing of VBA code

    Hi

    Anyone know where the VBA code actually are stored and in what format
    and is it
    awailebel from the VBA editor og vis the Locals


    Kurt


  2. #2
    Chip Pearson
    Guest

    Re: storing of VBA code

    VBA is stored in the workbook file. It is stored as a binary
    format, never as straight text. Translation from this binary
    format to the text you see on the screen is done when you view
    code in the VBA Editor.


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com


    "kurt" <[email protected]> wrote in message
    news:[email protected]...
    > Hi
    >
    > Anyone know where the VBA code actually are stored and in what
    > format
    > and is it
    > awailebel from the VBA editor og vis the Locals
    >
    >
    > Kurt
    >




  3. #3
    Tom Ogilvy
    Guest

    Re: storing of VBA code

    It is stored in the workbook file along with everything else. You can
    export a copy of the code.

    --
    Regards,
    Tom Ogilvy

    "kurt" <[email protected]> wrote in message
    news:[email protected]...
    > Hi
    >
    > Anyone know where the VBA code actually are stored and in what format
    > and is it
    > awailebel from the VBA editor og vis the Locals
    >
    >
    > Kurt
    >




  4. #4
    Bob Phillips
    Guest

    Re: storing of VBA code

    But you can export that code module, and open the exported file in any text
    editor.

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Chip Pearson" <[email protected]> wrote in message
    news:uRF%[email protected]...
    > VBA is stored in the workbook file. It is stored as a binary
    > format, never as straight text. Translation from this binary
    > format to the text you see on the screen is done when you view
    > code in the VBA Editor.
    >
    >
    > --
    > Cordially,
    > Chip Pearson
    > Microsoft MVP - Excel
    > Pearson Software Consulting, LLC
    > www.cpearson.com
    >
    >
    > "kurt" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hi
    > >
    > > Anyone know where the VBA code actually are stored and in what
    > > format
    > > and is it
    > > awailebel from the VBA editor og vis the Locals
    > >
    > >
    > > Kurt
    > >

    >
    >




  5. #5
    Kevin B
    Guest

    Re: storing of VBA code

    You can right click on the module, class module or form you wish to export
    and then select Export. The resulting file, if it's a module or class module
    is a plain text file, but the form is saved in a VB form format.

    The modules, when exported, can be opened by any text editor, or reimported
    into any office document.
    --
    Kevin Backmann


    "Bob Phillips" wrote:

    > But you can export that code module, and open the exported file in any text
    > editor.
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > (remove nothere from email address if mailing direct)
    >
    > "Chip Pearson" <[email protected]> wrote in message
    > news:uRF%[email protected]...
    > > VBA is stored in the workbook file. It is stored as a binary
    > > format, never as straight text. Translation from this binary
    > > format to the text you see on the screen is done when you view
    > > code in the VBA Editor.
    > >
    > >
    > > --
    > > Cordially,
    > > Chip Pearson
    > > Microsoft MVP - Excel
    > > Pearson Software Consulting, LLC
    > > www.cpearson.com
    > >
    > >
    > > "kurt" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Hi
    > > >
    > > > Anyone know where the VBA code actually are stored and in what
    > > > format
    > > > and is it
    > > > awailebel from the VBA editor og vis the Locals
    > > >
    > > >
    > > > Kurt
    > > >

    > >
    > >

    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1