Excel not Caling when populated from another program

meltonk1

New Member
Joined
Jan 15, 2014
Messages
4
I have a Cygnet SCADA system that will make a report in excel format. I am trying to use a template in excel. All this is available in the Cygnet program. Trouble is, when it populates the template, any formulas on the template don't calculate. If I go back and remove the formula and then put it back, calculation happens. This is a simple formula, like B1=A1. Ideas?
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Is calculation set to manual?
 
Upvote 0
Do you know if it populates the template while it is closed? If so, you may need to do a Find/Replace and just replace = with = to force a recalculation of all the formulas.
 
Upvote 0
You could add some code to do the replace when the workbook is opened or to trigger an Application.CalculateFullRebuild call?
 
Upvote 0
I just tried that and yes that would work. But the template appears that it has to be an xlsx, so no code.
 
Upvote 0

Forum statistics

Threads
1,226,121
Messages
6,189,099
Members
453,524
Latest member
AshJames

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top