+ Reply to Thread
Results 1 to 4 of 4

Releasing arrays?

  1. #1
    Registered User
    Join Date
    04-06-2004
    Posts
    12

    Releasing arrays?

    Hi,

    when using arrays in a VBA sub, is it necessary to explict release memory at the end of procedure?

    If so, how to do this? I have tried
    Set myArr = nothing
    but it did not work.

    Thank you,
    Siri

  2. #2
    Norman Jones
    Guest

    Re: Releasing arrays?

    Hi SiriS,

    > If so, how to do this? I have tried
    > Set myArr = nothing
    > but it did not work.


    Try:

    Erase myAyy


    ---
    Regards,
    Norman


    "SiriS" <SiriS.20adqz_1134994501.231@excelforum-nospam.com> wrote in message
    news:SiriS.20adqz_1134994501.231@excelforum-nospam.com...
    >
    > Hi,
    >
    > when using arrays in a VBA sub, is it necessary to explict release
    > memory at the end of procedure?
    >
    > If so, how to do this? I have tried
    > Set myArr = nothing
    > but it did not work.
    >
    > Thank you,
    > Siri
    >
    >
    > --
    > SiriS
    > ------------------------------------------------------------------------
    > SiriS's Profile:
    > http://www.excelforum.com/member.php...fo&userid=7995
    > View this thread: http://www.excelforum.com/showthread...hreadid=494563
    >




  3. #3
    Norman Jones
    Guest

    Re: Releasing arrays?

    > Erase myAyy

    Or even:

    Erase myArr

    ---
    Regards,
    Norman


    "Norman Jones" <normanjones@whereforartthou.com> wrote in message
    news:%234BvCeJBGHA.2356@tk2msftngp13.phx.gbl...
    > Hi SiriS,
    >
    >> If so, how to do this? I have tried
    >> Set myArr = nothing
    >> but it did not work.

    >
    > Try:
    >
    > Erase myAyy
    >
    >
    > ---
    > Regards,
    > Norman
    >
    >
    > "SiriS" <SiriS.20adqz_1134994501.231@excelforum-nospam.com> wrote in
    > message news:SiriS.20adqz_1134994501.231@excelforum-nospam.com...
    >>
    >> Hi,
    >>
    >> when using arrays in a VBA sub, is it necessary to explict release
    >> memory at the end of procedure?
    >>
    >> If so, how to do this? I have tried
    >> Set myArr = nothing
    >> but it did not work.
    >>
    >> Thank you,
    >> Siri
    >>
    >>
    >> --
    >> SiriS
    >> ------------------------------------------------------------------------
    >> SiriS's Profile:
    >> http://www.excelforum.com/member.php...fo&userid=7995
    >> View this thread:
    >> http://www.excelforum.com/showthread...hreadid=494563
    >>

    >
    >




  4. #4
    Registered User
    Join Date
    04-06-2004
    Posts
    12
    Hi,
    Thank you, the Erase fucntion is just what I need!

    Siri

+ 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