Sorry, but there are no more tags available to filter with.
-
Microsoft Word 2002 I need to save a file with the name based on the value in a textbox (named TextBox1). I created a command button on the document and it works OK. The Click() event has: Dim filename as String filename = TextBox1 ActiveDocument.SaveAs "q:\delete\" & TextBox1 Instead of...
Page 1 of 1 (1 items)