How would i go about calling this function

VB Code:
  1. Private Function SaveFileFromTB(TxtBox As Object, _
  2.    FilePath As String, Optional Append As Boolean = False) _
  3.    As Boolean

Jenova