Hi all,
In abit of a dilemma!
What I’ve got so in a spreadsheet is A combobox with an example of the following code (in objects for relating sheet).
Case "Clean Sheet"
Application.Run "Clean"
Case "Part 1 Hours"
Application.Run "Part 1 Hr"
Case "Part 1 Cycles"
Application.Run "Part 1 Cyc"
Each application is a Macro created to perform the calculations, formatting etcetc required to complete the task!
The problem is that I have 176 parts therefore to do calculations in-terms of hours and cycles will indeed required over 300 macros / subs / functions!
I’ve already written the 176 for the hours and released that everytime I open the file Excel would lock, after some digging I realised that there is a limit of 150 in a template (or workbook in my case).
Any suggestions of how I can get over this?
Cheers all!
Will
In abit of a dilemma!
What I’ve got so in a spreadsheet is A combobox with an example of the following code (in objects for relating sheet).
Case "Clean Sheet"
Application.Run "Clean"
Case "Part 1 Hours"
Application.Run "Part 1 Hr"
Case "Part 1 Cycles"
Application.Run "Part 1 Cyc"
Each application is a Macro created to perform the calculations, formatting etcetc required to complete the task!
The problem is that I have 176 parts therefore to do calculations in-terms of hours and cycles will indeed required over 300 macros / subs / functions!
I’ve already written the 176 for the hours and released that everytime I open the file Excel would lock, after some digging I realised that there is a limit of 150 in a template (or workbook in my case).
Any suggestions of how I can get over this?
Cheers all!
Will