J
Jamarr Hill
I am attempting to create a macro that will take an array and check to see if
a string located in the array is in a block of text.
So if I have
Dim ATCodes(2,2)
ATCodes(1,1) = "R"
ATCodes(1,2) = "Remove and Replace"
ATCodes(2,1) = "S"
ATCodes(2,2) = "Re-installed"
and I want to check if the ATCodes(n,2) is located in a block of text that
is after "CORR ACTION:" but before
"........................................", any help would be extremely
appreciated.
a string located in the array is in a block of text.
So if I have
Dim ATCodes(2,2)
ATCodes(1,1) = "R"
ATCodes(1,2) = "Remove and Replace"
ATCodes(2,1) = "S"
ATCodes(2,2) = "Re-installed"
and I want to check if the ATCodes(n,2) is located in a block of text that
is after "CORR ACTION:" but before
"........................................", any help would be extremely
appreciated.