TAILIEUCHUNG - Microsoft Excel VBA Programming for the Absolute Beginner Second Edition phần 8

Dự án này sử dụng nhiều công cụ được thảo luận trong các chương trước của cuốn sách này, bao gồm cả các cấu trúc mã khác nhau và các điều khiển ActiveX phổ biến. Đặc biệt, dự án bao gồm các công cụ bổ sung được thảo luận trong chương này. Những công cụ này bao gồm UserForms và các mô-đun mã, cùng với Khung hình | Chapter 8 Using XML with Excel-VBA Projects will be asked if you want to open the file as an XML list read-only workbook or to use the XML Source Task Pane see Figure . Typically you load the data into a worksheet as an Excel list in order to take advantage of the data management features a list provides. Figure Selecting the data format when opening an XML file. If the XML file does not reference an existing schema document .xsd file extension Excel will automatically create one you may be notified of this fact as shown in Figure and store it internally with the workbook. You don t have to see the schema or know how it describes your XML document but you should know that it s there working in the background defining your data elements for Excel. Figure Opening an XML file with no referenced schema. When you open an XML file as a list Excel adds the data to a worksheet and creates a list normally created from the Data menu . An Excel list provides additional features and formatting that makes it easy to identify and modify the list. Figure shows data from an XML document that describes a list of words and topics something you might use in the project for Chapter 7 . The list is highlighted with a blue border and a filter normally selected from the Data menu is automatically applied. In addition an asterisk marks the next available row for inserting data into the list. The following XML code defines the basic structure of the XML file opened in Figure the data was omitted for brevity. xml version encoding UTF-8 word_find topic_word_pair topic topic word word topic_word_pair --repeat topic_word_pair element-- word_find 340 Microsoft Excel VBA Programming for the Absolute Beginner Second Edition AutoFilter. Figure Opening an XML file as a list. List border Insert row You can manage the list and the data it contains from the XML selection on the Data menu and or the Source Task Pane see Figures and . For example you can export .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.