Description :
You can record and run macros with either Excel commands or from Excel VBA.
VBA stands for Visual Basic for Applications and is a simple programming language that is
available through Excel Visual Basic Editor (VBE), which is available from the DEVELOPER
tab on the Ribbon. When you record a macro, Excel generates VBA code. If you just want
to record a macro and run it, there is no need to learn Excel VBA. However, if you want to
modify a macro, then you can do it only by modifying the VBA code in the Excel VBA editor.
الوصف :
يمكنك تسجيل وتشغيل وحدات الماكرو باستخدام أوامر Excel أو من Excel VBA.
يرمز VBA إلى Visual Basic for Applications وهي لغة برمجة بسيطة
متاح من خلال محرر Excel Visual Basic (VBE) ، والمتوفر من المطور
علامة التبويب على الشريط. عند تسجيل ماكرو ، يقوم Excel بإنشاء التعليمات البرمجية لـ VBA. إذا كنت تريد فقط
لتسجيل ماكرو وتشغيله ، ليست هناك حاجة لتعلم Excel VBA. ومع ذلك ، إذا كنت تريد
تعديل ماكرو ، ثم يمكنك القيام بذلك فقط عن طريق تعديل كود VBA في محرر Excel VBA.
Pre requiset :
Excel Macro L1