I am suddenly having a strange problem. I open a workbook that has cells calculated with a function call in VBA. The workbook works fine when it is the only one open. When I open another workbook that also has some cells calculated with function calls in VBA, the first workbook changes all cells that were calculated with a function to #value. I go to that workbook and press CNTL-ALT-F9 and the values come back but then all cells calculated with functions go to 0 on the other workbook.
The functions are not the same name and both are contained in a module saved within each workbook. The functions do the same thing (they calculate income tax) but I changed the names thinking they were conflicting with each other and still only 1 sheet at a time will display the cells that use a function to calculate the values.
Seems to be a fairly recent problem as they have been opened together in the past and did not conflict with one another. Not sure what I changed to cause the confliction.
Any suggestions?
Bookmarks