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 Rhinorhino 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 pacome

  1. pacome

    Problem with PublishObjects in Excel

    Answer found! (...) IndexPays = Mid(NomFichier, 4, 2) Identificateur = IndexRang & IndexPays CeFichier = Dossier & "\" & "f" & N & IndexPays & ".htm" Set LaPlage = ActiveSheet.Range(DebutPlage & ":" & FinPlage) LesCoordonnees = LaPlage.Address Dim...
  2. pacome

    Problem with PublishObjects in Excel

    I wrote 4 Subs to find specific ranges of data in excel charts and save them as HTML files. The first part, the finding, works well but when it comes to save... I get a 1004 error : Error defined by application or project (translated from french)in my PublishObject.Add function. I tried several...

Part and Inventory Search

Back
Top