Delete text from a text box

N

Nate

How do i delete the text froma text box after I run a macro using that text?

Thanks
 
S

Steve Schapel

Nate,

Add this to your macro:

Action: SetValue
Item: [NameOfYourTextbox]
Expression: Null
 
Top