دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Guojun Gan
سری:
ISBN (شابک) : 9781138197152
ناشر: CRC
سال نشر: 2018
تعداد صفحات: 289
زبان: english
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 18 Mb
در صورت تبدیل فایل کتاب An Introduction to Excel VBA Programming with Applications in Finance and Insurance به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب مقدمه ای بر برنامه نویسی Excel VBA با برنامه های کاربردی در امور مالی و بیمه نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
ویژوال بیسیک برای برنامه ها (VBA) یک زبان برنامه نویسی است که توسط مایکروسافت ایجاد شده است که می تواند برای خودکارسازی عملیات در مایکروسافت اکسل استفاده شود. این کتاب درسی برای دانشجویان مقطع کارشناسی رشته علوم اکچوئری و حوزه های مرتبط که مایل به یادگیری اصول اولیه و کاربردهای Excel VBA هستند، نوشته شده است. همچنین می تواند به عنوان خواندن تکمیلی برای دوره های مرتبط با برنامه نویسی کامپیوتر، مدل سازی مالی و فناوری اطلاعات برای تجارت استفاده شود.
Visual Basic for Applications (VBA) is a programming language created by Microsoft that can be used to automate operations in Microsoft Excel. This textbook has been written for undergraduate students majoring in actuarial science and related areas who wish to learn the basic fundamentals and applications of Excel VBA. It can also be used as supplementary reading for courses related to computer programming, financial modelling, and information technology for business.
Contents......Page 3
Figures......Page 7
Tables......Page 9
Preface......Page 11
--- VBA Preliminaries......Page 13
Intro to VBA......Page 14
Getting Started......Page 15
Modules......Page 20
VBA Classes......Page 22
The Excel Macro Recorder......Page 24
Summary......Page 27
Excel Object Model......Page 28
Application Object......Page 32
Workbook Objects......Page 34
Worksheet Objects......Page 39
Range Object......Page 43
WorksheetFunction Object......Page 48
Summary......Page 52
Variable Declaration and Data Types......Page 53
Arrays......Page 58
Constants......Page 64
Strings......Page 67
Dates......Page 75
Scopes......Page 79
Summary......Page 83
Operators......Page 84
Flow Control......Page 90
Loops......Page 95
Summary......Page 102
User-Defined Functions......Page 103
Events......Page 109
File IO......Page 112
Summary......Page 116
Error Handling......Page 117
Debugging VBA Code......Page 123
Best Practices of VBA Coding......Page 128
Summary......Page 133
--- Applications......Page 134
Generating Payment Schedules......Page 135
Public Holidays in the United States......Page 136
Julian and Gregorian Calendars......Page 137
Day Count Conventions......Page 139
Business Day Conventions......Page 140
Implementation......Page 141
Summary......Page 165
Bootstrapping Yield Curves......Page 167
Introduction......Page 168
Bootstrapping Yield Curves......Page 170
Finding Roots of an Equation......Page 173
Implementation......Page 174
Summary......Page 187
Generating Risk-Neutral Scenarios......Page 188
Black–Scholes Model......Page 189
Generating Random Normal Numbers......Page 191
Implementation......Page 192
Summary......Page 202
Valuing a GMDB......Page 204
Introduction......Page 205
Life Table Construction......Page 206
GMDB Valuation......Page 207
Implementation......Page 210
Summary......Page 221
Connecting to Databases......Page 222
Data Objects......Page 223
SQL Queries......Page 225
Implementation......Page 226
Summary......Page 237
Introduction......Page 238
Implementation......Page 239
Summary......Page 254
Objects......Page 256
A.3 Variables, Data Types, and Scopes......Page 258
A.4 Operators and Control Structures......Page 263
A.5 Functions, Events, and File IO......Page 265
A.7 Generating Payment Schedules......Page 267
A.8 Bootstrapping Yield Curves......Page 271
A.9 Generating Risk-Neutral Scenarios......Page 273
A.10 Valuing a GMDB......Page 275
A.11 Connecting to Databases......Page 278
Refs......Page 280
Index......Page 283
VBA Keywords......Page 286