0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Excel VBAコース第10回内容

Posted at

全12回 Excel VBAコースの第10回の内容です。

インポート/エクスポート

直訳すると輸入/輸出という意味です。
ITの世界では、他システムとの連携のために、データを取り込んだり、出力したりすることを言います。

よく使用するデータファイルの種類

・Excelファイル(.xlsx .xls)
・テキストファイル(.txt)
・CSVファイル(.csv)
・TSVファイル(.tsv)

Excelの機能でのインポート/エクスポート

・インポート
外部データの取り込み
・エクスポート
名前を付けて保存

VBAでのデータインポートのサンプル

・CSVファイルのインポート/エクスポート
・Excelファイルのインポート/エクスポート

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?