Estimating Manager 3.3

Problem

gets 'Sorry, you must use Estimating version 3.3 or greater' message when using MacNail construction estimating software for importing estimates.
Ditto for Scheduling

Diagnosis

happens when using Estimating Manager 3.2 or Scheduling Manager (any) on an estimate imported from BidMagic estimates

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))
long term solution: use Est Mgr 3.3!

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.

Selecting A1 means that if they accidentally enter something into the Mgr, it won't affect any code. It also makes the Manager look prettier!

Entered 2/11/94 by Dennis. Updated 11/18/2010.