Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kmcnamee

    "Expected Statement"

    Success! After some more searching I found this link http://www.canaimasoft.com/f90VB/OnlineManuals/UserManual/TH_80.htm which explains syntax of Execute on Find. The following compiles and runs correctly. ------------------------------------------ Dim args Dim num Set args =...
  2. kmcnamee

    "Expected Statement"

    Hmmm... not really. I need to use the "Find" feature to search and replace tags in the document. The error I get is a compile error. Could someone test this to see if they get the same error (no need to worry about arguments) and perhaps explain to me what I'm doing wrong? Patiently...
  3. kmcnamee

    "Expected Statement"

    Hi, I'm trying to write a VB script that will search & replace stuff in a Word doc. The entire script is between the dashed lines: ------------------------------------------ Dim args Dim num Set args = WScript.Arguments num = args.Count If num < 3 Then WScript.Echo &quot;Usage...

Part and Inventory Search

Back
Top