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 TouchToneTommy 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 padawanlinuxero

  1. padawanlinuxero

    Inserting an image in a specific cell

    Good day I have a problem I need to put an image on a excel file using Perl, so far I have done this : $Hoja -> Range("E47")->Select(); $excel->ActiveSheet->Pictures->Insert("c:\\projectword\\$filename2.jpg"); but so some reason in the excel file it ends up in the upper part of the file and...

Part and Inventory Search

Back
Top