lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi I wrote a code to create a text function that would add "ing" to whatever the user pass as an argument. It did not work. Any idea please. Thank you.
Public Function foo2(text1 As String)
foo2 = text1 & ing
End Function
Public Function foo2(text1 As String)
foo2 = text1 & ing
End Function