素人がExcelVBAによる「一人働き方改革」に挑むブログ
id:akashi_keirin
クラス変数っぽいものを実現してみる
クラス変数っぽいものを実現してみる Attribute VB_PredeclaredIdをTrueにしたクラスモジュールでちょっと実験をしてみた。 実験用クラス 実験用に、Rahmenクラスを作成。 infoment.hatenablog.com こちらの記事にインスパイヤされたでござる。 クラスモジュール Rahmen Option Explicit '///Attribute VB_PredeclaredId =…