+ Reply to Thread
Results 1 to 2 of 2

declare Variables

  1. #1
    Lee
    Guest

    declare Variables

    How do I declare a vairiable that will be available in other forms, I'm new
    to VB and will need some examples please.

  2. #2
    BAC
    Guest

    re: declare Variables

    Using

    GLOBAL vname as vType

    in place of:

    Dim vname as vType

    will make the varable available to all running processes for as long as this
    instance of Excel remains open/running

    bac

    "Lee" wrote:

    > How do I declare a vairiable that will be available in other forms, I'm new
    > to VB and will need some examples please.


+ 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