ニュース

How to Program a "Save As" Button in Excel VBA. Offices and small businesses all over the world create countless numbers of Excel spreadsheets every day. Many small businesses create the ...
【Excel VBA】ブックを保存する3つの方法 (Save/SaveAs/SaveCopyAs)の違いと使い分け 3つの保存方法の違い、特に「実行後の操作対象がどのブックになるか」を正確に理解することは、複数のファイルを扱う、安全で意図通りのマクロを作成する上で、非常に重要です。
VBAマクロで、処理結果を新しいExcelファイルとして保存したいとき、「このマクロが入っているファイルと、同じフォルダに保存したい」と考えるのは自然ですよね。でも、その「同じフォルダ」の場所を、プログラムの中からどうやって知ればよいのでしょうか? VBAから、操作対象のExcel ...
I'm working on an Excel spreadsheet and so far I made it so that when you open it in Excel, a username/password form comes up and you type your info in. Now I want to save it someplace so the next ...