I am working on a excel file and I need to add a image a barcode in JPG, but everytime I run the program puts the image in the top part of the excel file and not where it should
this is what I use to put the image on the excel file
Code:
$Hoja -> Range("E47")->Select();
$excel->ActiveSheet->Pictures->Insert("c:\\projectword\\$filename2.jpg");