کاربر گرامی این نرم افزار فقط شامل سه بخش اول زیر و بصورت رایگان است
برای استفاده از بقیه بخشها به
https://www.learninweb.com/%D8%A2%D9%85%D9%88%D8%B2%D8%B4-vba-excel-2016.php
مراجعه کنید.
در این دوره آموزشی مطالب زیر تدریس میشود
فصل اول : آشنایی با VBA و ماکروها ( رایگان )
آشنایی با VBA
ماکرو چیست؟
روش ساخت یک ماکرو برای یک فایل اکسل
روش اجرای ماکرو
مشاهده کد ماکرو
تغییر کدهای ماکرو
ساخت یک ماکرو برای اکسل
افزودن ماکرو به جعبه ابزار Quick Access
کلیدهای میانبر ماکروها و اکسل
ساخت ماکروی مرتب سازی
ساخت دکمه برای اجرای ماکرو
حذف دکمه ایجاد شده
ساخت تصویر برای اجرای ماکرو
فصل دوم : کار با توابع و روال ها ( رایگان )
آشنایی با ماژول ها
روش ساخت یک روال
قوانین تعیین نام روال
اجرای روال
استفاده از ماژول در پروژه های دیگر
حذف ماژول
فعال کردن Option Explicit
روشهای اجرای یک روال
تعریف تابع یا Function
روشهای اجرای یک تابع
توابع تعریف شده توسط کاربر
فصل سوم : شروع برنامه نویسی با VBA ( رایگان )
افزودن توضیحات به برنامه
روش تعریف متغیر
تعیین نوع متغیر
محدوده یک متغیر
تعریف متغیر بصورت عمومی
متغیرهای استاتیک
روش تعریف یک ثابت
ثابتهای پیش فرض اکسل و VBA
متغیرهای نوع رشته و تاریخ
اپراتورها
آرایه
آرایه دو بعدی
فصل چهارم : دستکاری سلولهای اکسل
آدرس دهی سلول های اکسل با استفاده از شی Range
خصوصیت Cells
خصوصیت Offset
خصوصیت Value یک محدوده
بررسی یک مثال
خصوصیت Text
خصوصیت Count
خصوصیت Font
فرمت نمایش اعداد
درج یک فرمول در یک سلول با استفاده از VBA
متد Activate شی RANGE
متد Select شی RANGE
متد Copy و Paste
متد Clear و انواع آن
متد Delete
فصل پنجم : کار با توابع VBA اکسل
تابع چیست؟
توابع تاریخ VBA
دستکاری متن با توابع VBA
تابع Len
توابع Left و Right
توابع Mid و Replace
استفاده از توابع Worksheet
فصل ششم : دستورات شرطی و حلقه
دستور If
دستور Goto
دستور Select Case
حلقه For...Next
دستور For Each
تابع IsNumeric
حلقه Do...While
فصل هفتم : رویدادها
شناسایی رویدادها
رویداد باز شدن یک WorkBook
رویداد بستن یک WorkBook
رویداد ذخیره کردن یک WorkBook
رویداد فعال شدن یک Sheet
خصوصیت Name شی sheet
رویداد غیر فعال شدن یک Sheet
شناسایی رویداد دابل کلیک و کلیک راست
شناسایی رویداد کلیک راست
رویداد تغییر یک WorkSheet
رویداد حرکت مکان نما
فصل هشتم : شناسایی و رفع مشکل خطاها
بررسی یک خطا
ساختار On Error GoTo
عدم توجه به خطا با کد On Error Resume Next
شناسایی نام و کد خطا
فصل نهم : ارتباط با کاربر
نمایش پیغام به کاربر با MSgBox
دریافت از کاربر با InputBox
انتخاب محدوده ای از سلول ها با InputBox
ساخت فرم جهت دریافت اطلاعات از کاربر
افزودن Label به فرم
تغییر خصوصیات فرم
افزودن دکمه به فرم
افزودن کد به فرم
فصل دهم : کار با کنترلهای دیگر فرم (1)
کنترل فریم
کنترل OptionButton
مرتب سازی نحوه قرارگیری کنترلها
وارد کردن کد برای فرم
کنترل CheckBox
نحوه نمایش متن در دکمه
ابزار Image
کنترل Label
کنترل TextBox
فصل یازدهم : کار با کنترلهای دیگر فرم (2)
کنترل Tab
انتخاب تعدادی سلول توسط کاربر توسط RefEdit
کنترل میله لغزان یا Scroll Bar
ابزار Spin
https://www.learninweb.com/آموزش-vba-excel.php
Dear user, the application is only the first of three parts and is free of charge
For the rest of the
https://www.learninweb.com/%D8%A2%D9%85%D9%88%D8%B2%D8%B4-vba-excel-2016.php
See.
This course is taught following:
Chapter One: Introduction to VBA and macros (free)
Introduction to VBA
What is macro?
How to make a macro for an Excel file
Macro execution
View the Macro Code
Change the macro code
Creating a macro for Excel
Macro Add to Quick Access toolbar
Excel macros and hotkeys
Making Macro Sorting
Construction button to run the macro
Remove button created
To run the macro picture making
Chapter II: Working with functions and routines (free)
Understanding Modules
How to make a routine
The rules specify the name of the procedure
Implementation process
Using the modules in other projects
Remove Modules
Enable Option Explicit
Implementation of a process
Defined function or Function
Methods of performing a function
User-defined functions
Chapter III: The Beginning Programming with VBA (free)
Add a description to the program
Variable Definition
Determine the type of the variable
A variable range
Variable publicly
Static variables
Definition of a fixed
Excel and VBA constants default
Variables of type String and Date
Operators
Array
Bidimensional Array
Chapter Four: Manipulation of cells in Excel
Addressing Excel cells using the Range object
Cells property
Offset property
Value property of a Range
Check an example
Text property
Count feature
Font properties
Numbers display format
Insert a formula into a cell using VBA
Activate method of the object RANGE
Select the method object RANGE
Copy and Paste method.
Clear method and its variants
Delete method.
Chapter Five: working with Excel VBA functions
What is the function?
VBA date functions
Text manipulation functions with VBA
Len function
Left and Right functions
Mid functions and Replace
Using Worksheet Functions
Chapter VI: conditional statements and loops
If orders
Goto command
Select Case statement
For ... Next loop
Recipes For Each
IsNumeric function
Do ... While loop
Chapter VII: events
Identify Events
Event open a WorkBook
Event close a WorkBook
Event save a WorkBook
Event activate a Sheet
Name object property sheet
Event inactivation of a Sheet
Double-click and right-click event ID
Identify right-click event
Event modify an WorkSheet
Move the cursor event
Chapter Eight: identify and fix problem errors
Check an error
On Error GoTo structure
Error Resume Next paying attention to the error code is On
Identify the name and error code
Chapter Nine: communication with the user
View message to the user with MSgBox
Download the user with the InputBox
Select a range of cells with the InputBox
Construction of the form to receive information from the user
Add Label to form
Change properties Form
Add a button to the form
Add code to form
Chapter: Working with other form controls (1)
Control frames
OptionButton Control
Sorting placement of controls
Enter the code for the form
CheckBox control
How to display text on the button
Image Tools
Label control
TextBox controls
Chapter XI: work with other form controls (2)
Tab Control
Select the number of cells by the user by RefEdit
Slider bars control or Scroll Bar
Spin tool
https://www.learninweb.com/ Education vba-excel.php