100 likes | 199 Vues
MGMI 311 Computer Programming. Course Assessment. Program Structure. Declaration – Variables and Constants ต้องบอกก่อน Initiation and Scopes ค่าเริ่มต้นของแต่ล่ะตัวแปร Reserved Words ศัพท์เฉพาะของแต่ละตัวแปร Comments คอมเม้นท์เป็นภาษาคน บางอันใช้ไฮเฟ้น ช่วยให้เราอ่านโปรแกรมรู้เรื่อง
E N D
Program Structure • Declaration – Variables and Constants ต้องบอกก่อน • Initiation and Scopes ค่าเริ่มต้นของแต่ล่ะตัวแปร • Reserved Words ศัพท์เฉพาะของแต่ละตัวแปร • Comments คอมเม้นท์เป็นภาษาคน บางอันใช้ไฮเฟ้น ช่วยให้เราอ่านโปรแกรมรู้เรื่อง • Instructions ตัวโค้ดดิ้ง
VBA • VBA = Visual Basic for Applications • Is it the same as VB ( Visual Basics) ?? • VB = programming language developed by Microsoft • VBA = tool that is used to develop programs that control Microsoft Office Application i.e. Excel, Access or Word
Why VBA ? • VBA is becoming the programming language of choice for an increasing wide range of application developers ต่อยอดพื้นฐาน Excel • In many companies, programmers provide applications called ‘Decision Support Systems (DSSs)’ – These are applications based on Excel or some other packages
Why VBA ? • VBA is a relatively easy programming language to master • This makes it accessible to a large number of nonprofessional programmers in the business world
VBA Concepts Object • Properties • Value • Methods • Arguments
Object Vs Parts of Speech • Object = Noun คำนาม • Properties = Adjective คำขยายคำนาม คุณสมบัติ • Methods = Verb กริยา ตัวที่บอกว่าให้คอมทำอะไร • Argument = Adverb ตัวขยาย Methods • สมมติว่าไป แล้วไปที่ไหน ไปที่ไหนคือขยายกริยาว่าไปที่ไหน • Adverb = ไปที่ไหน
VBE – Visual Basic Editor • Alt – F11 : to access Visual Basic Editor • Toolbar • Standard Toolbar • Edit Toolbar • Debug Toolbar
Week01 Assignment • Form a group of 3-4 persons • Think of a Business of Interest • Define the Business Processes • Discussion board on http://mgmi.wikispaces.com/MGMI311