String.Concat

D

Douglas J. Steele

The way your subject reads, it looks as though you're trying to use Concat
as a method of a string object. That's .Net syntax, not VBA syntax.

If I've misinterpretted your question, please post sample code.
 
Top