آموزش برنامه نویسی VBA در Excel
عنوان اصلی : Excel Learning Visual Basic For Microsoft Excel
برترین وب سایت آموزش اکسل در ایران
با مشاهده این کورس آموزشی بر برنامه نویسی VBA برای صفحه گسترده های اکسل مسلط خواهید شد و از این طریق می توانید بسیاری از کارها را به صورت خودکار انجام داده و برخی از اموری که پیش از این قادر به انجام دادن آن ها نبودید را به پایان ببرید.
این مجموعه آموزش ویدیویی محصول موسسه آموزشی InfiniteSkills است که بر روی 1 حلقه DVD به همراه فایلهای تمرینی و به مدت زمان 7 ساعت و 48 دقیقه در اختیار علاقه مندان قرار می گیرد.
در ادامه با برخی از سرفصل های درسی این مجموعه آموزش اکسل آشنا می شویم:
شروع به کار :
What Will I Get Out Of This Course
About The Author
The Working Files Explained
What Is VBA?
Excel 2010 Security Settings And Macro Files
The Developer Ribbon
آموزش برنامه نویسی ماکروها در Excel :
Recording And Running A Simple Macro
Editing An Existing Macro In The Visual Basic Editor
The New Macro Enabled File Type
Quick Tour Of The Visual Basic Editor
Watch A Macro Write Your VBA
آموزش نوشتن ، ویرایش و کارکردن با توابع و پروسیجرها :
What Is A Module?
Creating A Sub Procedure Manually
How To Call A Sub Procedure
Creating A Function Procedure
How To Call A Function
آموزش کامل و کاربردی برنامه نویسی VBA :
Using Comments Within Your VBA Code
Declaring Variables And Data Types
The Scope Of A Variable
The Static Declaration And Variable Expiry
Constants Instead Of Variables
An Intrinsic Constant
String And Date Types Expanded
VBA Operators
Arrays
Multi-Dimensional Arrays
Dynamic Arrays
آموزش ویرایش آبجکت های اکسل :
Referencing Cells Using The Range Object
The CELLS Property
The OFFSET Property
The VALUE Of Ranges
The TEXT Object Of The RANGE
A Number Of Read Only RANGE Properties
The FONT Property And Colors
Formatting Numeric Values
Add Formulas To Cells Through VBA Code
Common METHODS Of The RANGE Object
آموزش کارکردن با توابع موجود در VBA اکسل و ساخت و ویرایش توابع جدید :
What Is A Function?
Built In VBA Date Functions
Text Manipulation With VBA Functions
Determining File Sizes Using FILELEN
Using Worksheet Excel Functions In VBA Code
User Defined Functions
آموزش مدیریت چرخه برنامه و اجرای آن :
Using GOTO And Labels
Controlling The Program Flow With IF THEN ELSE
Multiple Criteria Plus Nested IFs
Adding ELSEIF To Speed Up Execution
SELECT CASE