
May 23rd, 2006, 07:28 PM
|
|
Registered User
|
|
Join Date: May 2006
Posts: 2
Time spent in forums: 4 m 15 sec
Reputation Power: 0
|
|
|
Exel vba maros
Hi,
I am new to excel and have to debug and fix this problem written by someone who left the company.
Well this excel workbook has lots of sheets each for a specific region eg, Europe, austin etc and also sheets which have relevant data that gets used in the formula.
Now, say for eg lets considered the sheet called austin.
it does the calculations on the headcount needed for call center.
so the columns refer to a formula called gets() which then calls the erlanc function.
Now the problem here is this gets() function takes a value called calc
and this calc just a cell in one of the sheets called table. Now if I change the headcount value in the austin sheet nothing happens. Then I need to change the value of calc cell say make it to 5 or 6 and hit enter. It starts calulating the values to forecast thye headcount, but it does so for all the sheets . so it is taking a lot of time.
Can someone tell me how to get make it run only for one sheet.
help appreciated
g
|