ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب Excel VBA in easy steps

دانلود کتاب Excel VBA در مراحل آسان

Excel VBA in easy steps

مشخصات کتاب

Excel VBA in easy steps

ویرایش: [2 ed.] 
نویسندگان:   
سری:  
ISBN (شابک) : 9781840787375, 1840787376 
ناشر: In Easy Steps Limited 
سال نشر: 2017 
تعداد صفحات: 192
[270] 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 9 Mb 

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



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

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


در صورت تبدیل فایل کتاب Excel VBA in easy steps به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب Excel VBA در مراحل آسان نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب Excel VBA در مراحل آسان

Excel VBA در مراحل آسان با توضیح نحوه ضبط و ویرایش رویه های ماکرو برای دستکاری ورودی های کاربرگ اکسل شروع می شود، سپس نحوه ایجاد برنامه های ماکرو خود را در ویرایشگر ویژوال بیسیک (VBE) که با برنامه اکسل ارائه می شود، توضیح می دهد. این کتاب سپس نحوه برنامه‌نویسی رویه‌های اکسل، ارائه فرم‌های کاربر اکسل و ایجاد برنامه‌های اکسل را نشان می‌دهد. هر فصل دانش شما را از ویژوال بیسیک برای برنامه ها ایجاد می کند. Excel VBA در مراحل آسان شامل فصل های جداگانه در مورد ویژگی های اصلی زبان VBA است. برنامه‌های نمونه کاملی وجود دارد که هر جنبه از ویژوال بیسیک برای برنامه‌ها را همراه با اسکرین‌شات‌هایی که خروجی را هنگام اجرای آن برنامه نشان می‌دهند، نشان می‌دهند. کد نمونه ارائه شده همگی دارای برجسته سازی نحو رنگی برای درک واضح تر است. در پایان این کتاب شما درک درستی از ویژوال بیسیک برای برنامه ها به دست خواهید آورد و می توانید برنامه های VBA خود را بنویسید که می توانند در برنامه Microsoft Excel Office اجرا شوند. شما نیازی به هیچ دانش قبلی از هیچ زبان برنامه نویسی ندارید، بنابراین برای تازه واردان برنامه نویسی کامپیوتر ایده آل است.


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

Excel VBA in easy steps begins by explaining how to record and edit macro procedures to manipulate Excel worksheet entries, then describes how to create your own macro programs in the Visual Basic Editor (VBE) that is included with the Excel application. This book then demonstrates how to program Excel procedures, provide Excel user forms, and create Excel apps. Each chapter builds your knowledge of Visual Basic for Applications. Excel VBA in easy steps contains separate chapters on the major features of the VBA language. There are complete example programs that demonstrate each aspect of Visual Basic for Applications together with screenshots that illustrate the output when that program has been executed. The sample code provided all has colored syntax-highlighting for clearer understanding. By the end of this book you will have gained a sound understanding of Visual Basic for Applications and be able to write your own VBA programs that can be executed in the Microsoft Excel Office application. You need have no previous knowledge of any programming language, so it\'s ideal for the newcomer to computer programming.



فهرست مطالب

Title
Copyright
Contents
1 Getting started
	Introducing Excel VBA
	Recording a macro
	Viewing macro code
	Testing a macro
	Editing macro code
	Referencing relatives
	Saving macros
	Trusting macros
	Summary
2 Writing macros
	Exploring the Editor
	Creating a macro
	Adding toolbar buttons
	Adding form controls
	Recognizing hierarchy
	Identifying a Range
	Addressing Cells
	Summary
3 Storing values
	Creating variables
	Defining data types
	Managing strings
	Producing arrays
	Describing dimensions
	Representing objects
	Declaring constants
	Summary
4 Performing operations
	Doing arithmetic
	Making comparisons
	Assessing logic
	Joining strings
	Understanding precedence
	Summary
5 Making statements
	Choosing a branch
	Branching alternatives
	Selecting branches
	Performing loops
	Looping while true
	Breaking from loops
	Iterating for each
	Including with
	Summary
6 Executing procedures
	Calling subroutines
	Modifying scope
	Passing arguments
	Adding modules
	Fixing values
	Debugging code
	Handling errors
	Summary
7 Employing functions
	Defining a function
	Calling a function
	Scoping a function
	Passing array arguments
	Stating options
	Returning errors
	Debugging functions
	Describing functions
	Summary
8 Recognizing events
	Creating event-handlers
	Opening workbook events
	Changing workbook events
	Closing workbook events
	Spotting worksheet changes
	Catching worksheet clicks
	Listening for keystrokes
	Observing the time
	Summary
9 Opening dialogs
	Acquiring input
	Showing messages
	Importing files
	Saving files
	Producing data forms
	Executing Ribbon commands
	Summary
10 Providing UserForm dialogs
	Inserting a UserForm
	Adding controls
	Comparing control types
	Adjusting properties
	Naming controls
	Displaying forms
	Handling form events
	Managing lists
	Summary
11 Developing apps
	Ignoring modes
	Indicating progress
	Controlling MultiPages
	Tabbing data pages
	Showing chart info
	Creating Add-ins
	Installing Add-ins
	Adding Ribbon buttons
	Summary
Back Cover




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