Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このビットをグーグルで検索しようとしましたが、役立つものは何も見つかりませんでした。だから私は私のform1_loadにこの変数を持っています
Dim Myvariable As String
次に、ボタンをクリックします
Myvariable = "Hello"
問題は、私のコードが、button_click の Myvariable が宣言されていないことを教えてくれることです。
助けてくれてありがとう。