+ Reply to Thread
Results 1 to 3 of 3

How to avoid recalulcation (UDF)?

  1. #1
    Brian Choi
    Guest

    How to avoid recalulcation (UDF)?

    I made and use UDF (User-Defined-Function) which reads and brings data
    from database through Internet. The UDF is included in my Add-In(XLA
    format). My problem is that an Excel sheet which uses the UDF be
    recalculated automatically whenever it is opened. I want to avoid
    this recalculation without change Excel option to "Manual
    Calculation".

    please advise me the way to solve this problem.

  2. #2
    Bob Phillips
    Guest

    Re: How to avoid recalulcation (UDF)?

    You have precluded a solution by saying no Manual Calculation.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Brian Choi" <[email protected]> wrote in message
    news:[email protected]...
    > I made and use UDF (User-Defined-Function) which reads and brings data
    > from database through Internet. The UDF is included in my Add-In(XLA
    > format). My problem is that an Excel sheet which uses the UDF be
    > recalculated automatically whenever it is opened. I want to avoid
    > this recalculation without change Excel option to "Manual
    > Calculation".
    >
    > please advise me the way to solve this problem.




  3. #3
    Charles Williams
    Guest

    Re: How to avoid recalulcation (UDF)?

    Try something like setting a global switch in your XLA when it is opened and
    in your UDF check the switch: the UDF either exits or does the DB retrieve.

    --
    Charles
    ______________________
    Decision Models
    FastExcel 2.1 now available
    www.DecisionModels.com

    "Brian Choi" <[email protected]> wrote in message
    news:[email protected]...
    >I made and use UDF (User-Defined-Function) which reads and brings data
    > from database through Internet. The UDF is included in my Add-In(XLA
    > format). My problem is that an Excel sheet which uses the UDF be
    > recalculated automatically whenever it is opened. I want to avoid
    > this recalculation without change Excel option to "Manual
    > Calculation".
    >
    > please advise me the way to solve this problem.




+ 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