Results 1 to 2 of 2

Out of stack space

Threaded View

  1. #1
    Registered User
    Join Date
    06-25-2015
    Location
    Sydney, Australia
    MS-Off Ver
    2013
    Posts
    5

    Out of stack space

    HI

    I am having issues with this code I have downloaded from a piece of software ( I am not proficient in VBA so am struggling). The error message I get when I try and run the macro is "Out of Stack Space". Would anyone be able to help with any suggestions I could do to try and stop this error?

    code below:

    Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
    
    Private WithEvents mMarketShare As DfsBroker.DataMarketShare
    
    Private mDataMgr As DfsCmd.DataManager
    
    
    
    Sub MktShareBySecurity()
    
    Dim dataMgr As DfsCmd.DataManager
    
    Set dataMgr = GetObject(, "dfs.DataManager")
    
    Set mDataMgr = New DataManager
    
    Set mMarketShare = mDataMgr.CreateOb("marketshare")
    
    MktShareBySecurity
    
    With mMarketShare
    
    .Clear
    
    .StartDate = "26-MAR-2016"
    
    .EndDate = "26-APR-2016"
    
    .Frequency = bshfMonthly
    
    .SecurityFilter = "WES"
    
    .ExchangeFilter = "ASX"
    
    .MaxRows = 10 ' Sets the maximum number of rows to be returned
    
    .Request
    
    End With
    
    End Sub
    
    Private Sub mMarketShare_DataError(ByVal ErrorMessage As String)
    
    Debug.Print ErrorMessage
    
    End Sub
    
     
    
    Private Sub mMarketShare_DataReady()
    
    Debug.Print mMarketShare.RowCount("Security")
    
    End Sub
    Last edited by audowl; 04-13-2017 at 08:35 PM. Reason: As per moderation request

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] VBA out of stack space
    By malcmail in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-18-2014, 07:58 AM
  2. Out of stack space
    By Excel_vba in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-22-2013, 01:06 AM
  3. [SOLVED] Out of Stack Space
    By Phoenix5794 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-29-2012, 08:44 PM
  4. Out of Stack Space
    By process in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 01-02-2012, 11:31 AM
  5. out of stack space??
    By adds007 in forum Excel Programming / VBA / Macros
    Replies: 23
    Last Post: 02-22-2011, 12:02 PM
  6. Out of stack space
    By papa jonah in forum Excel General
    Replies: 5
    Last Post: 04-13-2005, 06:06 PM
  7. Out Of Stack Space
    By Momo in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-03-2005, 11:06 AM
  8. Out Of Stack Space
    By ianripping in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-28-2005, 10:47 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