Thursday, February 20, 2020

How to get input from user using vba


 Please paste these lines in VBA macro.
Dim Team As String

Team = Trim(InputBox("Give atleast 4 Team members name ", "Hi", "A B C Others"))

No comments:

Post a Comment