norie said:
Jim
I really, really think you need to have a rethink.
Why do you have 41 subs/modules?
I know splitting code into separate subs will work, but that's a bit
like putting a plaster on a head wound.
Can you post any of your code? Or perhaps an explanation of what it's
actually meant to do.
Norie,
Thanks again for your interest.
I am a novice programmer and I am working on a very large project as a
learning experience.
I know my code could probably be much improved, but at this point in my
learning I am struggling just to learn how to make the code do what I want it
to do. Once I get proficient at making it work, I think I can go back and
learn how to make the code more efficient.
The project is an information retrieval system for a cruise travel company.
The idea is to record all cruises ordered, the passenger names, addresses,
birth dates, passport number, destinations, etc and to be able to quickly
retrieve the travel history, payment history and personal information on any
passenger. It is being written to accommodate up to 1000 reservation and
5000 passengers, with an archiving capability is the numbers exceed those
values.
My Excel workbook has 15 worksheets, 5 of which are operator interface for
various operator functions, 6 are reports, three are databases and 1 is a
scratch pad for computations.
As I said this is just for fun. I wasn't really looking for help with all of
this. I was just looking for information on any limitations there might be on
the size of the project.
Regards,
Jim Walsh