XML

TỔNG QUAN BÀI VIẾT

Pause mã lệnh XML

<!--
 -->

Menu cho file riêng lẻ

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
  <ribbon startFromScratch="false">
    <tabs>
      <tab id="_207" label="𝓒𝓕𝓢 VPBank">
        <group id="_342" label="BEEFAST.VN 🌐 MINIMIS.VN">
          <button id="_452" label="Đồng bộ danh mục" onAction="xml_RefreshAll" imageMso="RefreshAll" size="large" />
          <button id="_985" label="Chọn file nguồn" onAction="xml_BrowseFiles" imageMso="SelectAll" size="large" />
          <button id="_785" label="Mở file nguồn" onAction="xml_OpenSource" imageMso="FileOpenDatabase" size="large" />
          <button id="_622" label="Truy vấn (sheet)" onAction="xml_Query_Tab" imageMso="SqlSpecificMenu2" size="large" />
          <button id="_610" label="Truy vấn (workbook)" onAction="xml_Query_Workbook" imageMso="AdpVerifySqlSyntax" size="large" />
          <button id="_585" label="Tính lại sheet+" onAction="xml_Calc_Sheet" imageMso="CalculateSheet" size="large" />
          <button id="_646" label="Tính lại workbook" onAction="xml_Enable_Calc_All_1" imageMso="CalculateFull" size="large" />
          <button id="_384" label="Thống kê ô lỗi" onAction="xml_Count_Errors" imageMso="ErrorChecking" size="large" />          
        </group>
      </tab>
    </tabs>
  </ribbon>
</customUI>
 
 
×