Current Path を const する次のコードがあります。
Option Explicit
Const CurPath As String = App.Path 'not working and higlight ".Path" for error.
Private Sub Form_Load() 'just for test with Label1 Caption
Label1.Caption = CurPath
End Sub
何が悪いのかわかりませんが、うまくいきませんが、多くの場合に使用する現在のパスの定数を設定したいのですがSUB and Function
、何か提案はありますか?
注:このconstをModuleではなくFormにとどめたいと思います。別の const にもこれが必要なので、もう一度、これを に入れたいと思います。const