I need to string multiple product groups- here is the sample below
Ex:
intReturn = MsgBox("The product group tag for the first control is " & prdGroup1, prdGroup2, prdGroup3, " & vbInformation, & Command Button")
I am now receiving a runtime error '13' Type mismatch.
The goal is to get a...
Private Sub Command_DALL_Click()
Dim intReturn As Integer
Dim tv As TaggedValues
Dim prdGroup1 As String
Dim prdGroup2 As String
Dim prdGroup3 As String
prdGroup = "nothing."
Set tv = New TaggedValues
tv.Text = Me.dallln2heritageph.Tag
If...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.