文字列の分析(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_は、費用効果の高いMicrosoftExcelトレーニングのソースです。
このヒント(2288)は、Microsoft Excel 97、2000、2002、および2003に適用されます。Excel(Excel 2007以降)のリボンインターフェイス用のこのヒントのバージョンは、次の場所にあります。
linkDissecting aString。