PdcCalculation.Author

From External Bemet Wiki
Revision as of 11:44, 31 July 2013 by Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

Author as String

Description

Returns the author

Notes

This property returns the user that created the calculation.

Code example

This code example returns the author of an active calculation.

Sub sGetAuthor
dim objCalc

  set objCalc = pdc.ActiveCalculation

  msgbox objCalc.Author

  set objCalc = nothing
End Sub

Availability