SpiderMoon
Board Regular
- Joined
- Apr 4, 2005
- Messages
- 77
So the more I have been brainstorming a project I am currently working on, with a projected rate of growth, I am starting to wonder about the limitations of building this project in Excel/VBA...
Ran into a prime example today during a mini meeting. For now, this project will only be dealing with about 500 accounts, but if we take control of the entire portfolio, that will expand to 5000 accounts. How we are dealing with keeping track of notes on the accounts now is dumping the account number and the notes into a seperate spreadsheet. I remember reading some place that Excel only handles 65k rows, and at 5000 accounts, that would only allow for 13 lines each roughly. Not very much space...
Then I was thinking about creating a sheet for each account to house the information on. I am not sure if this is a viable option, or if the load time for the program would be huge having to open 5k sheets if that is even possible. Is it?
This whole project has been a learning experience for me, as all the data is coming from some place else in the workbook instead of from a different system etc (which for some reason, to me is easier to understand).
Anywho, this is more a post wondering if there are any pitfalls I should be expecting, whether I should start looking into building this another way, by a different means, etc etc... Thoughts anyone?
Ran into a prime example today during a mini meeting. For now, this project will only be dealing with about 500 accounts, but if we take control of the entire portfolio, that will expand to 5000 accounts. How we are dealing with keeping track of notes on the accounts now is dumping the account number and the notes into a seperate spreadsheet. I remember reading some place that Excel only handles 65k rows, and at 5000 accounts, that would only allow for 13 lines each roughly. Not very much space...
Then I was thinking about creating a sheet for each account to house the information on. I am not sure if this is a viable option, or if the load time for the program would be huge having to open 5k sheets if that is even possible. Is it?
This whole project has been a learning experience for me, as all the data is coming from some place else in the workbook instead of from a different system etc (which for some reason, to me is easier to understand).
Anywho, this is more a post wondering if there are any pitfalls I should be expecting, whether I should start looking into building this another way, by a different means, etc etc... Thoughts anyone?