![]() |
|
||||
Estimating Manager 3.3 |
|||||
Problem gets 'Sorry, you must use Estimating version
3.3 or greater' message when using MacNail construction estimating software Diagnosis happens when using Estimating Manager 3.2 or Scheduling Manager (any) on an estimate imported from BidMagic Solution ESTIMATING--short-term solution: Go to cell A70. Change the formula from =IF(version>3.2,GOTO(A74))
to =IF(version>3.4,GOTO(A74)) SCHEDULING-- go to cell A31. Change the formula from =IF(version>3.2,ALERT("Sorry....) to =IF(version>3.4,ALERT("Sorry....) Comments NOTE: After they've made the code change in the manager, it's a good idea to have them go to cell
A1, and then have them choose Save from the File menu. Entered 2/11/94 by Dennis. |