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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Bib

  1. Bib

    help!!!! change excel save format in vb6???

    vbnormal is only a file attribute (like not archive, or readonly...) why don't yu use directly ActiveWorkbook.Saveas Filename:=FileName1, FileFormat:=xlExcel9795 let me know :-)
  2. Bib

    Visual Basic And McAfee

    Hi, Why don't yu use the GetSetting function of VB? This should work fine. ;-)
  3. Bib

    Using VB to execute a Word macro

    Hi, I checked the KB and your problem is known. It says: "WD2000 When you attempt to create a Web page using the Web Page Wizard from Word 97, the following error message may appear: Run-time error '-2147352573 (80020003)': Unable to run the specified macro " Is it what you're...
  4. Bib

    Using VB to execute a Word macro

    Hi, You just need to specify first the name of the word document followed by the name of the macro, like: Application.Run("MyDoc.doc!MyMacro) Try this ;-)

Part and Inventory Search

Back
Top