Hi everyone,
Thanks for looking into my post. I am new to this forum and I don't have much knowledge about vba. The problem now is our office just upgraded our office suite to 2010, and our excel file for our label printing template has shown the error every time we start:
Run-time error '-2147024809 (80070057)' Item with specified name wasn't found
and it comes from the code:
but everything was fine when we were using xp with office 2000, and I verified the form name has the correct spelling. I have uploadthe file here: http://www.filedropper.com/printer, it would definitely help us a lot if we can get this fixed, thanks again!
Thanks for looking into my post. I am new to this forum and I don't have much knowledge about vba. The problem now is our office just upgraded our office suite to 2010, and our excel file for our label printing template has shown the error every time we start:
Run-time error '-2147024809 (80070057)' Item with specified name wasn't found
and it comes from the code:
Code:
Private Sub Workbook_Open()
PrinterForm.Show
End Sub
but everything was fine when we were using xp with office 2000, and I verified the form name has the correct spelling. I have uploadthe file here: http://www.filedropper.com/printer, it would definitely help us a lot if we can get this fixed, thanks again!