+ Reply to Thread
Results 1 to 4 of 4

need a fix for this error in DDE data

  1. #1
    Registered User
    Join Date
    02-27-2014
    Location
    Taipei
    MS-Off Ver
    Excel 2003
    Posts
    24

    need a fix for this error in DDE data

    Untitled 2.jpg

    when i run the workbook, the formula keeps return "='MT4'|BID!USDCAd" instead of "='MT4'|BID!USDCAD" which cause a N/A in the result, i try to corrrect the "d" in the formula to "D", but it keeps getting back to "d",

    How to change the UDF names?
    Last edited by mrprofit; 12-08-2015 at 11:38 AM.

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,864

    Re: need a fix for this error in DDE data

    Open VBE (Visual Basic Editor) by pressing Alt+F11 you will finfd on the left list of projects - locate one with your workbook name. Expand modules, search them for problematic function names and change them to something new like
    all appearences (shall be at lest two - in function declaration and at least once in assigning value to return) USDCAd to USDCAd_UDF (or other name)
    Then do search and replace in your workbook and in formulas also do identical replacement.
    Best Regards,

    Kaper

  3. #3
    Registered User
    Join Date
    02-27-2014
    Location
    Taipei
    MS-Off Ver
    Excel 2003
    Posts
    24

    Re: need a fix for this error in DDE data

    sorry for the late response, i cannot find any related names in the VBE, may be it is server side related?

    i have changed the "BID" to "ASK" and problem solved.

    Thanks

  4. #4
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,864

    Re: need a fix for this error in DDE data

    Glad to hear that, and thanks for marking thread solved and for the reputation

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 06-04-2015, 05:22 PM
  2. [SOLVED] Need error handler code to avoid pivot table refreshing error if no data is available
    By adelkam in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-04-2015, 12:37 PM
  3. [SOLVED] Run time error 1004 Application-Defined or Object-Defined Error - Placing data into next e
    By michelle 1 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 01-27-2014, 12:57 PM
  4. Replies: 2
    Last Post: 10-23-2013, 09:32 AM
  5. [SOLVED] Getting Error 1004 Object or Application Defined Error - Code to rearrange data
    By BlazzedTroll in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 06-10-2013, 12:10 PM
  6. [SOLVED] Error Msg: "Compile error: Method or data member not found" in VBA code
    By nenadmail in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-11-2012, 02:12 AM
  7. Error #13 during importing data. query error?? or wot?
    By sspandit in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-02-2010, 06:02 AM

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