I've got a code that searches a loads database, takes the numbers and puts them into a calculator, gets a number from the calculator and then adds that factored load to another database.
To perform each of the major steps in my code, I call a function. Now when I call each function in order, manually, I get the correct answer I should get according to my hand-calcs. However, when I run them through the macro that calls each function automatically, I start having problems. The final result I get just doesn't make sense, it doesn't come from anywhere in particular and neither does the number.
The code that I have is very large, I'm not sure if anyone would be willing to take a look so I haven't posted it. I can if there's interest.
What I mostly want to know is if excel usually has issues working with large codes that call other functions.
To perform each of the major steps in my code, I call a function. Now when I call each function in order, manually, I get the correct answer I should get according to my hand-calcs. However, when I run them through the macro that calls each function automatically, I start having problems. The final result I get just doesn't make sense, it doesn't come from anywhere in particular and neither does the number.
The code that I have is very large, I'm not sure if anyone would be willing to take a look so I haven't posted it. I can if there's interest.
What I mostly want to know is if excel usually has issues working with large codes that call other functions.