参数对象 (Excel)
代表一个在参数查询中使用的参数。
Parameter 对象是 Parameters 集合的成员。
使用 Parameters (索引) ,其中 index 是参数的索引号,以返回单个 Parameter 对象。 下例修改参数一的提示字符串。
With Worksheets(1).QueryTables(1).Parameters(1)
.SetParam xlPrompt, "Please " & .PromptString
End With
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。