VBA Strings (Video)

VBA Strings (Video)

Webinar Number: W0006 The following video provides an in-depth guide to using string functions in Excel VBA. It is based on this VBA Strings article. See below the video for the code on the Printf statement.   Related Links The Ultimate VBA Tutorial Part One The...
VBA Strings (Video)

The Ultimate Guide to VBA String Functions

Quick Guide to String Functions String operationsFunction(s) Append two or more stringsFormat or "&" Build a string from an arrayJoin Compare - normalStrComp or "=" Compare - patternLike Convert to a stringCStr, Str Convert string to dateSimple: CDate Advanced:...