Hey, i would seriously consider putting the calculations on the same workbook
You can run a vba code to make it xlveryhidden as in no one can open it
unless they got in to the code.
And whats the calculation, is it for one cell or multiple cells or do you
have any more information?
> Hi, I tried to do a data exchange between worksheets, should I use "Macro" or
> "VB"?
[quoted text clipped - 10 lines]
>
> Any help is highly appreciated!!
TucAO - 27 Jun 2007 23:06 GMT
Hi, The calculation is pretty complex and with a lot of formulas and based on
multiple cells. I don't want the calculation get messed up , and that is why
I want it to run behind the scene, and not in the same workbook. My
experimental data has 8 data and so takes 8 cell spaces. The output from the
calculation is also 8 data, and I want it to dispaly in the "Cent1" sheet.
A littlt clear? Answers?
Thanks,
> Hey, i would seriously consider putting the calculations on the same workbook
> You can run a vba code to make it xlveryhidden as in no one can open it
[quoted text clipped - 17 lines]
> >
> > Any help is highly appreciated!!