4
6

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.

Visual BasicAdvent Calendar 2019

Day 18

VBA 用のCode Analyzerを書いた

Last updated at Posted at 2019-12-18

未だに、Excel VBAを主に使っているmnruと申します。
今ライブラリを作成しており、そのリファクタリング用にexcelのマクロファイルから、すべての関数を抜き出すようなツールを使いたかったのですが、しっくりくるのがなかったので自作しました。analyzerというには名前負けしていますが[github] (https://github.com/mnru/VBA-CodeAnalyzer)にMITライセンスで公開しているので、よかったら使ってみてください。

image.PNG

上の画像がその作成中のライブラリ「modFnc」と「modAry」を解析したものです。関数型風のプログラミングを目指した関数と配列のライブラリで、advent calendarの開催中にもう少し開発を進めて、どんなものかを説明できればなあと思っています。

2020-1-18更新

Code Analyzer をExcelのアドインにしました。
使いやすくなったと思うので、試してもらうと嬉しいです。
image.PNG

4
6
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
4
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?