Excel 获取工作表作为集合

Excel Get Worksheet as Collection

我是 RPA/Blue Prism 的新手。

我的操作有问题 "Get Worksheet as Collection"。 在 excel sheet 中是隐藏的列,这些列未找到。

蓝色棱镜 returns 错误消息:

Internal: Could not execute code stage because exception thrown by code stage: Column 17 was not found.

我已经尝试过另一个 Get Worksheet * actions

如何让 Blue Prism 读取隐藏的列或将其取消隐藏以便读取?

能否提供更多信息?

我认为您可以通过此宏取消隐藏所有列或使用机器人取消隐藏它们

`Sub UnhideAllColumns ()
Cells.EntireColumn.Hidden = False EndSub`

如果有帮助请告诉我

问题不在于隐藏线。但是,我发现错误是换行符 (char 10 +13)。还是谢谢你!