To turn off the creation of the gridding report, set ShowReport to False in the GridData statement. This would look like the below example:
SurferApp.GridData(DataFile:=savedDATfile, xCol:=2, yCol:=3, zCol:=DATACOL, _
Algorithm:=1, ShowReport:=False, OutGrid:=SaveDirectory+OutputFileName+".grd"
Updated November 1, 2018
0 Comments