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.
ワークブック名を変数として設定したいのですが、これはユーザーフォームでユーザーが指定する txtWBName
例えば、
sWBName = userform1.txtWBName Set wb = Workbooks(" + sWBName + "): wb.Activate
"" の間のコーディング方法がよくわかりません...
誰か助けてください。前もって感謝します。