はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Internal Labs
5
スニペット
330
要約
要約
This snippet translates a numeric into the corresponding Excel Column name.
概要
概要
Using a simple Convert.ToChar can help until the column name reaches value Z. This snippet will get you further and it is able to add the second character as well, e.g. QZ.
Arguments:
機能
機能
It can be used on iterations for writing into Excel more easily than writing each column's name (e.g. AB, AC...).
その他の情報
その他の情報
依存関係
None
コード言語
Visual Basic