PromptString Property Example
This example modifies the parameter prompt string for query table one.
With Worksheets(1).QueryTables(1).Parameters(1) .SetParam xlPrompt, "Please " & .PromptString End With