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.
Excelスプレッドシートのボタンからユーザーフォームを呼び出すときに、ラベルを太字にする簡単なコードを実行しようとしています。
Private Sub Label1_Load () Label1.Font.Bold = True end sub
ただし、Activate が機能せず、ロードされず、Initialized も機能しませんでした。私は VBA が初めてで、見つけて答えようとしましたが、見つけることができませんでした。