1
0

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 3 years have passed since last update.

VBAソースを VBACコマンドでインポート・エクスポートする方法

1
Last updated at Posted at 2023-03-21

準備

VBACのダウンロード
Releases · vbaidiot/Ariawase · GitHub
https://github.com/vbaidiot/Ariawase/releases

以下のディレクトリ構造を作成し、binフォルダに対象のマクロファイルを設置する

workディレクトリ
  ├── bin
  │   └── 対象.xlsm
  ├── src
  │   └── ...
  ├── vbac.wsf
  └── .gitignore

CMD
・カレントディレクトリの変更
cd workディレクトリ

・ソースのエクスポート
cscript //nologo vbac.wsf decombine

・ソースのインポート
cscript //nologo vbac.wsf combine

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?