I am using the piexam64 Excel file to manually write values to tags on the PI Data Archive.
Within the VBA code there is this line:
macroResult = Application.Run("PIPutVal", sTagname, valueCell, stime, sServer, resultCell)
Is it possible to include a Variable in the PIPutVal function which would allow Annotations to written to the tag as well?