Out of Stack Space Runtime Error 28 in MAC Excel 2011 VBA

aqw07398

New Member
Joined
Nov 15, 2015
Messages
2
Hi All,

I created a program for easy data entry and searching of records in MAC Excel 2011 VBA. When testing on a MAC, after playing around with adding records, then going onto the search module and back, the error of out of stack seems to creep in. I tried debugging and found that the userform_activate function at some point did not trigger. This meant that certain procedures are not closed properly and are still processing, stacking up in the background but I cannot pin-point what is causing this problem.

I ran the program in windows and it worked fine with no errors.

I understand 99% of such errors is due to recursive-ness but I can't see that in the code.

Is there anyone who can kindly help me take a look at my code and comment on what else I can action to get this problem solved?

Thank you so much for your time!
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
You linked to a forum that I do not subscribe to. Try sharing using a public site such as OneDrive or DropBox
 
Upvote 0

Forum statistics

Threads
1,215,734
Messages
6,126,547
Members
449,317
Latest member
chingiloum

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top