1 / 11

Excel 基本操作與環境介紹

Excel 基本操作與環境介紹. 2006/09/21 http://myweb.hinet.net/home6/calviny/. Excel 一般工具列. 建立次數分配表. 以國中期末的英文和數學之成績,做出以 10 分為一各級次的次數分配表,資料請參考 excel 檔案的資料. Excel VBA 概念與環境介紹. Ch1 Excel VBA 概念介紹. 何謂 VBA 巨集語言?

gates
Download Presentation

Excel 基本操作與環境介紹

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Excel 基本操作與環境介紹 2006/09/21 http://myweb.hinet.net/home6/calviny/

  2. Excel 一般工具列

  3. 建立次數分配表 • 以國中期末的英文和數學之成績,做出以10分為一各級次的次數分配表,資料請參考excel檔案的資料

  4. Excel VBA概念與環境介紹

  5. Ch1 Excel VBA 概念介紹 • 何謂VBA巨集語言? VBA (Visual Basic for Application)。主要是為了應用程式(Word、Access、Excel、PowerPoint)中自訂功能及自動化而設計。 Example:針對Excel的資料進行分析,假如這個動作必須執行50次,該如何處理?

  6. VB與VBA有何關係? VB (Visual Basic)是一種可以依使用者的需求條件,配合VB的語法來撰寫適合的程式語言,VB的程式可以經由編譯(Compile)的過程,製作成可執行檔。 VBA則是附屬在Office套裝軟體中的一套程式語言。

  7. VBA與Office之關係 是否所學的VBA語法都可以使用在任何一個Office的應用軟體? 通常在VBA的巨集程式並可以適用於全部的Office應用軟體(如:Word、Excel等等)

  8. Visual Basic 工具列介紹

  9. 如何將工具列顯示在功能表列中?

  10. 錄製巨集 • 執行巨集 • Visual Basic 編輯器 • 控制工具箱 • 設計模式

More Related