剖析字符串(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. |
请记住,这些是VBA函数,而不是工作表函数。 Excel提供了工作表函数,它们的功能大致相同,但是这些函数对要求哪些参数和哪些参数是可选的有不同的要求。
注意:
如果您想知道如何使用此页面(或_ExcelTips_网站上的任何其他页面)中描述的宏,我准备了一个特殊页面,其中包含有用的信息。
_ExcelTips_是您进行经济高效的Microsoft Excel培训的来源。
本技巧(12574)适用于Microsoft Excel 2007、2010、2013、2016、2019和Office 365中的Excel。您可以在此处为Excel的较早菜单界面找到此技巧的版本: