> ## Documentation Index
> Fetch the complete documentation index at: https://rpa.bazhuayu.com/helpcenter/llms.txt
> Use this file to discover all available pages before exploring further.

# 激活Sheet页

## 指令说明

**描述：** 激活Excel工作簿中指定的工作表为当前活动工作表。

## 参数说明

<Tabs>
  <Tab title="常规">
    <img src="https://mintcdn.com/bazhuayu-rpa-docs/D5GDQBvL8QxS-YtY/helpcenter/commands/excel/images/activateexcelsheetcommand-01.png?fit=max&auto=format&n=D5GDQBvL8QxS-YtY&q=85&s=015d635f0eaff047454852530a6132cc" alt="激活Sheet页指令参数面板" width="648" height="349" data-path="helpcenter/commands/excel/images/activateexcelsheetcommand-01.png" />

    | 参数           | 说明                                                         |
    | ------------ | ---------------------------------------------------------- |
    | **Excel对象**  | 请选择Excel对象（可通过指令【启动Excel】或【获取当前激活的Excel对象】创建），用于确定待操作的工作簿。 |
    | **Sheet页名称** | 输入要激活的工作表名称。                                               |
  </Tab>

  <Tab title="高级">
    本指令暂无高级参数。
  </Tab>
</Tabs>

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/D5GDQBvL8QxS-YtY/helpcenter/commands/excel/images/activateexcelsheetcommand-02.png?fit=max&auto=format&n=D5GDQBvL8QxS-YtY&q=85&s=e2370945a67bf4ae8f0e03a685e6723a" alt="激活Sheet页使用示例" width="968" height="694" data-path="helpcenter/commands/excel/images/activateexcelsheetcommand-02.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/D5GDQBvL8QxS-YtY/helpcenter/commands/excel/images/activateexcelsheetcommand-03.png?fit=max&auto=format&n=D5GDQBvL8QxS-YtY&q=85&s=0f74cccf7bd3769d33dbadc8708020ba" alt="激活Sheet页使用示例" width="851" height="149" data-path="helpcenter/commands/excel/images/activateexcelsheetcommand-03.png" />

**该流程执行逻辑：**

使用【启动Excel】打开已有的Excel，并将Excel对象保存到excel对象

使用【激活Sheet页】指令激活指定的工作表

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/D5GDQBvL8QxS-YtY/helpcenter/commands/excel/images/activateexcelsheetcommand-04.png?fit=max&auto=format&n=D5GDQBvL8QxS-YtY&q=85&s=6b97ce9c24d275db40727dc32d7c5721" alt="激活Sheet页效果展示" width="850" height="192" data-path="helpcenter/commands/excel/images/activateexcelsheetcommand-04.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/D5GDQBvL8QxS-YtY/helpcenter/commands/excel/images/activateexcelsheetcommand-05.png?fit=max&auto=format&n=D5GDQBvL8QxS-YtY&q=85&s=75ad76854a914f1cc4f1a8312baf3899" alt="激活Sheet页效果展示" width="968" height="694" data-path="helpcenter/commands/excel/images/activateexcelsheetcommand-05.png" />

<Info>
  使用指令过程中遇到问题？前往 [八爪鱼RPA 开发者社区问答板块](https://rpa.bazhuayu.com/community/questions) 提问，获取官方与社区帮助。
</Info>
