lancewisher
New Member
- Joined
- Jan 11, 2019
- Messages
- 3
Hey everyone! New here!
I'm working on a student mental health dashboard project in excel and have a high-level question about adding new 'students' that the school wants to help. Schools can have up to 1000 students, so I don't know if it's reasonable to write VBA code to create a new sheet for every student with their details when the user hits a 'new student' button?
Can Excel handle 1000 sheets / will computers crash / will the file be too big / is this necessary? I want each student to be able to viewed on their own page for ease-of-use (not on a huge matrix all together).
Any ideas on how to add students and make their pages viewable separately without sheets? Also, are there benefits to their details be added in some sort of database like Access? I'm quite new to storing / retrieving data and want to do it in the most efficient way possible with minimal coding (excel VBA / access integration is fine).
Thanks!
I'm working on a student mental health dashboard project in excel and have a high-level question about adding new 'students' that the school wants to help. Schools can have up to 1000 students, so I don't know if it's reasonable to write VBA code to create a new sheet for every student with their details when the user hits a 'new student' button?
Can Excel handle 1000 sheets / will computers crash / will the file be too big / is this necessary? I want each student to be able to viewed on their own page for ease-of-use (not on a huge matrix all together).
Any ideas on how to add students and make their pages viewable separately without sheets? Also, are there benefits to their details be added in some sort of database like Access? I'm quite new to storing / retrieving data and want to do it in the most efficient way possible with minimal coding (excel VBA / access integration is fine).
Thanks!