PDA

View Full Version : How check if add ins run?



20rin
05-14-2012, 02:38 AM
Hi,

I use Excel 2010 and I have installed Vision Excel.
When I log off from vision, calculation mode is "manual". How I can set "automatic" using VBA?

I thought something like:
If "vision is activate" = true
then
Application.Calculation = xlAutomatic
....
:help
Tx

Bob Phillips
05-14-2012, 03:27 AM
How do you log-off from Vision?

20rin
05-14-2012, 03:42 AM
Add ins > Vision > Log off