剖析字符串(Microsoft Excel)
如果您以前使用过BASIC,则可以直接使用VBA提供的字符串函数。下表详细介绍了最常见的字符串函数及其返回的内容。
Function |
Comments |
|
Left(Source, Count) |
Returns the left Count characters of Source text. |
|
Mid(Source, Start [, Count]) |
Returns the portion of Source text beginning with the Start character. If Count is supplied, then the result is limited to that many characters. |
|
Right(Source, Count) |
Returns the right Count characters of Source text. |
注意:
如果您想知道如何使用此页面(或_ExcelTips_网站上的任何其他页面)中描述的宏,我准备了一个特殊页面,其中包含有用的信息。
_ExcelTips_是您进行经济高效的Microsoft Excel培训的来源。
本技巧(2288)适用于Microsoft Excel 97、2000、2002和2003。可以在以下功能区中为Excel的功能区界面找到该技巧的版本(Excel 2007和更高版本):