Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by FhantomX

  1. FhantomX

    Returning a value from a function

    This worked for me: Sub Test() Dim strTest As String strTest = FunctionTest Debug.Print strTest End Sub Function FunctionTest() FunctionTest = "The Value" End Function Simple but it worked.

Part and Inventory Search

Back
Top