_QueryTable.TextFilePromptOnRefresh Property

Definition

True if you want to specify the name of the imported text file each time the query table is refreshed. The Import Text File dialog box allows you to specify the path and file name. The default value is False. Read/write Boolean.

public:
 property bool TextFilePromptOnRefresh { bool get(); void set(bool value); };
public bool TextFilePromptOnRefresh { get; set; }
Public Property TextFilePromptOnRefresh As Boolean

Property Value

Remarks

Use this property only when your query table is based on data from a text file (with the QueryType property set to xlTextImport).

If the value of this property is True, the dialog box doesn’t appear the first time a query table is refreshed.

The default value is True in the user interface.

Applies to