This example sets the host prompt character to a null:
Session.HostTriggerCharacter = Chr$(rcNUL)
This example saves the current host prompt to a variable and then restores it after several intervening commands:
Dim prompt As String
prompt = Session.HostTriggerCharacter
.
.
.
Session.HostTriggerCharacter = prompt