Is there a VBA equivalent to += to concatentate a variable with itself and another variable or string literal.
I tried googling, but I didn't seem to find anything and I am assuming that += in a search box might be seen as operators or something.
I tried "+=" but that yielded nothing either?
Is the only way by typing VariableName = VariableName + "xyz"
Cheers,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts
I tried googling, but I didn't seem to find anything and I am assuming that += in a search box might be seen as operators or something.
I tried "+=" but that yielded nothing either?
Is the only way by typing VariableName = VariableName + "xyz"
Cheers,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts