剖析字符串(Microsoft Word)
如果您以前使用过BASIC,则可以直接使用VBA提供的字符串函数。下表详细介绍了最常见的字符串函数及其返回的内容。
Function |
Comments |
|
Left(Source, Count) |
Returns the left Count characters of Source. |
|
Mid(Source, Start [, Count]) |
Returns the portion of Source 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. |
使用这些字符串函数时,请记住,必须将_Source_变量声明为字符串才能使这些函数正常工作。
注意:
如果您想知道如何使用此页面(或_WordTips_网站上的任何其他页面)中描述的宏,我准备了一个包含有用信息的特殊页面。
_WordTips_是您进行经济有效的Microsoft Word培训的来源。
(Microsoft Word是世界上最流行的文字处理软件。)本技巧(1073)适用于Microsoft Word 97、2000、2002和2003。您可以为Word(Word 2007)的功能区界面找到此技巧的版本。和更高版本)在这里: