Is there someone out there with a good understanding of how excel works and what makes it efficient or not?
Currently I have 1 workbook that contains the worksheets for 5 systems.
Each system has:
A Control sheet with the system settings and parameters
A Trigger sheet linked to BA
A status sheet showing the P/l of the system and a few other bits of info.
A Results sheet. ( required to be seperate)
A temp results sheet where the days results are copied to at the end of the day ready for the next day.
Each Trigger sheet has it's own vba attached for copying the results at the end of the day and reloading the market etc.
Is this the most efficient way?
Is it more efficient for excel to have 1 control sheet with the setting for each system contained on it.
Is it more efficient to have all systems on 1 trigger sheet with the start cells staggered of course. This would mean combining the vba which would make it a fairly lengthy bit of code. (probably more code than is needed but that's not my strong point)
Is it more effiecient to put all the system status details on a single sheet.
Or is it simply more effiecient to have 5 seperate workbooks and so 5 instances of excel running.
Basic question i suppose is small number of large sheets vs large number of smaller sheets, or multiple instances of excel.
Also how much impact does conditional formatting have?
Cheers for any answers

Yorkie