G
Guest
Hi Everyone,
I have data in array strRecTo (0,14) whre data is collected using several IF....Then...Els
I would like to pass this data to Message Box, just I do not know how.
the simple code looks like
dim strRecTo (1, 14) as Strin
Dim Counter as Intege
Counter =
While Counter <=1
If (condition) the
strRecTo (0, 1) = "something 1
Else
Counter = Counter +
I have data in array strRecTo (0,14) whre data is collected using several IF....Then...Els
I would like to pass this data to Message Box, just I do not know how.
the simple code looks like
dim strRecTo (1, 14) as Strin
Dim Counter as Intege
Counter =
While Counter <=1
If (condition) the
strRecTo (0, 1) = "something 1
Else
Counter = Counter +