M
Mark Stephens
Hi,
I have 3 cells containing string values:
Classification_Asset Class
Classification_Risk Classification
Classification_Geographical Breakdown
I want to tell the code to look in each cell along a row until it finds the
string value: Classification_
Whsn it find it i then want it to pass the rest of the string to another
variable, something like this:
Dim sFirstStringValue As String
Dim sSecondStringValue As String
sFirstStringValue = "Classification_"
sSecondStringValue = Everything thatcomesafterfiststringvalue
Help much appreciated,
Regards, Mark
I have 3 cells containing string values:
Classification_Asset Class
Classification_Risk Classification
Classification_Geographical Breakdown
I want to tell the code to look in each cell along a row until it finds the
string value: Classification_
Whsn it find it i then want it to pass the rest of the string to another
variable, something like this:
Dim sFirstStringValue As String
Dim sSecondStringValue As String
sFirstStringValue = "Classification_"
sSecondStringValue = Everything thatcomesafterfiststringvalue
Help much appreciated,
Regards, Mark