ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Excel VBA & Excel Pivot Tables Crash Course: Ultimate Crash Course to Learn It Well and Become an Expert in VBA, Excel Macros & Pivot Tables. Smarter Way to Learn it faster and Remember it longer.

دانلود کتاب Excel VBA & Excel Pivot Tables Crash Course: دوره نهایی Crash برای یادگیری خوب آن و تبدیل شدن به یک متخصص در VBA، ماکروهای Excel و Pivot Tables. روش هوشمندتر برای یادگیری سریعتر و به خاطر سپردن آن برای مدت طولانی.

Excel VBA & Excel Pivot Tables Crash Course: Ultimate Crash Course to Learn It Well and Become an Expert in VBA, Excel Macros & Pivot Tables. Smarter Way to Learn it faster and Remember it longer.

مشخصات کتاب

Excel VBA & Excel Pivot Tables Crash Course: Ultimate Crash Course to Learn It Well and Become an Expert in VBA, Excel Macros & Pivot Tables. Smarter Way to Learn it faster and Remember it longer.

ویرایش:  
نویسندگان:   
سری:  
 
ناشر:  
سال نشر: 2019 
تعداد صفحات: 344 
زبان: English 
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 6 Mb 

قیمت کتاب (تومان) : 43,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 7


در صورت تبدیل فایل کتاب Excel VBA & Excel Pivot Tables Crash Course: Ultimate Crash Course to Learn It Well and Become an Expert in VBA, Excel Macros & Pivot Tables. Smarter Way to Learn it faster and Remember it longer. به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب Excel VBA & Excel Pivot Tables Crash Course: دوره نهایی Crash برای یادگیری خوب آن و تبدیل شدن به یک متخصص در VBA، ماکروهای Excel و Pivot Tables. روش هوشمندتر برای یادگیری سریعتر و به خاطر سپردن آن برای مدت طولانی. نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی درمورد کتاب به خارجی



فهرست مطالب

EXCEL VBA 
A STEP-BY-STEP GUIDE TO LEARN 
AND MASTER EXCEL VBA PROGRAMMING
PART ONE: FOR BEGINNING PROGRAMMERS
Introduction
Chapter 1 : VBA Overview
How to display the “Developer” tab:
How To Disable Security Warnings:
Chapter 2 : VBA Programming Variables
How to set up a Variable:
How to set up a program that runs mathematical functions:
Chapter 3 : Conditional Logic
How To Set Up A Basic Conditional Logic Program:
How To Write A Multiple-part Condition:
Chapter 4 : String and String Functions
How To Create A String Program That Counts The Characters In A String:
Chapter 5 : String and String Functions [Continued]
How To Create A String Program That Uses The Replace Function:
PART TWO: FOR INTERMEDIATE PROGRAMMERS
Chapter 6 : Programming Loops
How To Create A Simple Programming Loop:
Chapter 7 : Programming Arrays
How To Set Up A Programming Array:
Chapter 8 : Subs and Functions
How To Run A Sub From Another Sub:
How To Execute Worksheet Functions:
Chapter 9 : Writing and Recording Macros
How to record a Macro:
Chapter 9 : Excel Objects
How to use the Workbook Object:
Part Three: For Advanced Programmers
Chapter 11 : Excel Events
How To Run A Program Triggered By An Event:
Chapter 12 : VBA Error Types
Syntax Errors
Runtime Errors
Logical Errors
Chapter 13 : Excel VBA and User Forms
How To Create A User Form:
How To Program A User Form:
Chapter 14 : Connect with External Data
Conclusion
EXCEL VBA 
TOP TIPS, TRICKS, TIMESAVERS, AND COMMON 
MISTAKES IN VBA PROGRAMMING
Introduction
Tips, Tricks, and Timesavers
Immediate Window
Recorder
Debug.Print
Reducing Workbook Size
Bypass Workbook_Open
Use With… End With
Displaying One Procedure at a Time
Excel VBA Loops
Filter Cells that have Duplicate Text Strings
Single Click Selection
List of File Names from a Folder
Select Every Third Row
Sort Data in Excel Using VBA
InStr Function
Convert Excel to PDF
Combine Multiple Files into A Single Workbook
Matrix Falling Numbers Effect
xlVeryHidden Sheets
Worksheets
Strings with Delimiters Instead of Dynamic Arrays
Double Click Event
Open File Dialog
Extract an Email Address
Picking Colors that Work
Determining a Video’s Resolution
Finding Values in a Range or Array
GetSetting & SaveSetting
Cell Data Type
Common Mistakes
Qualifying References
Deleting Rows or Columns in a Loop
ActiveWorkbook vs. ThisWorkbook
Single Document Interface VS Multiple Document Interfaces
Variable Definition
Option Explicit
Using .Select / .Activate
Application.ScreenUpdating = False
Qualify Your Range References
Function or Sub is Too Long
Getting Stuck Using For/If Code
Conclusion
EXCEL MACROS 
A STEP-BY-STEP GUIDE TO LEARN AND MASTER EXCEL MACROS
Introduction
Chapter 1 : Getting Started with Excel Macros
Defining Excel Macro
Can we say that Macro is a programming language?
Why Create Excel Macro?
Recording a Macro
Macro Recording Basics
Reviewing the Macro
Macro Testing
Comparison of Absolute and Relative Macro Recording
File Extensions
Recording a Macro in Excel
Running the Macro by Pressing the Play Button
Chapter 2 : Security in Excel Macros
Excel 2010 Macro Security
Trusted Locations
Storing Macros in the Personal Macro Workbook
Allocating a Button to a Macro
Chapter 3 : Send Email in Excel Macros
Chapter 4 : Beginning Programs with VBA
Data Types, Variables, and Constants
Declaring variables
Object and Standard Modules
The Scope of a Variable
Data Types
Using VBA to Input and Output
Gathering User Input with InputBox ()
Gathering User Output with MsgBox ()
Manipulating Strings Using VBA Functions
Chapter 5 : Procedure and Conditions
VBA Procedures
Event Procedures
Private, Public, and Procedure Scope
Sub Procedures
ByVal and ByRef
Function Procedures
Creating Personal VBA Functions
Chapter 6 : Basic Excel Objects
VBA Object-Oriented Programming
Define Objects
VBA Collection Objects
Object Browser
Top-notch Excel Objects
Chapter 7 : VBA UserForms and Controls
How to Design Forms in VBA
Designing Custom Dialog Boxes
Chapter 8 : Derived Data Types in VBA
VBA Custom Data Types
Enumerated Types
Chapter 9 : Excel Charts
The Chart Object
Chart Sheets
Embedded Charts
Defining a Chart Sheet
Creating an Embedded Chart Sheet
Chart Events
Chart Sheets
Chapter 10 : Error Handling
Chapter 11 : Debugging
Break Mode
Immediate Window
Watch Window
Locals Window
Chapter 12 : File Input and Output
File I/O
Conclusion
EXCEL PIVOTTABLES AND DASHBOARD 
THE STEP-BY-STEP GUIDE TO LEARN AND MASTER EXCEL PIVOTTABLES AND DASHBOARD
Introduction
Overview: Best Use of and Practice
Chapter 1 : Version Compatibility
Backward Compatibility
Licensing: Subscription versus Perpetual
Chapter 2 : Basic PivotTable Functions
Office 365 Excel 2019 Build Features and Functionality
Enabling Power Pivot Add-in: New Pivot Table Controls on the Desktop Version
Implementing Your First PivotTable
Control PivotTables Using New PivotTable Defaults
Excel for the Web: Share your PivotTables with Colleagues
Chapter 3 : Automation and Efficiency
Automate PivotTables with Macros in VBA
Chapter 4 : Analysis
Overview: Process of Analysis
Providing Context: Creating and Managing Multiple Pivot Tables
Creating: Discovering and Validating New Perspectives on the Data
Chapter 5 : Investigative Modeling using Pivot Charts
Principals in Data Modeling
Creating Visualizations
Interpreting Data using Visualizations
Chapter 6 : Troubleshooting
Power Pivot Ribbon Disappears
Problems with Adding Slicers
Conclusion
Reference




نظرات کاربران