New to this forum and a rookie at Excel VBA.
I have a spreadsheet that I am trying to use to scan in a varietyof parts into the spreadsheet, sheet 1.
Then on a separate sheet, sheet2, I am searching the Tablerow 1 from sheet 1 for a particular part number. Then based on that part numberI am copying the parts serial number from row 2 of sheet 1 to this sheet 2 (thisis done based on a formula written in each cell on that sheet.)
Then I have a VBA script written to print off specificsheets based on a particular cell not being blank. Basically, when I get sixparts serial numbers on a page I then print that page.
I have tested this same code on another basic spreadsheetand it worked well. However, on this spreadsheet I cannot get it to work and amat my wits end.
I would be willing to share the file if anyone would bewilling to help me figure out why this isn’t working.
Thanks,
AM30146
I have a spreadsheet that I am trying to use to scan in a varietyof parts into the spreadsheet, sheet 1.
Then on a separate sheet, sheet2, I am searching the Tablerow 1 from sheet 1 for a particular part number. Then based on that part numberI am copying the parts serial number from row 2 of sheet 1 to this sheet 2 (thisis done based on a formula written in each cell on that sheet.)
Then I have a VBA script written to print off specificsheets based on a particular cell not being blank. Basically, when I get sixparts serial numbers on a page I then print that page.
I have tested this same code on another basic spreadsheetand it worked well. However, on this spreadsheet I cannot get it to work and amat my wits end.
I would be willing to share the file if anyone would bewilling to help me figure out why this isn’t working.
Thanks,
AM30146