I'm stuck and reading other related posts is just confusing me more.
I have a spreadsheet with 3 columns (ID | P/N | QTY) with a variable number of rows. My Extra! screen can take up to 4 records per screen for example:
1st record ID (row 10 col 3), P/N (row 10 col 8), QTY (row 11 col 10)
2nd record is 4 screen rows down. ID (row 14 col 3, P/N (row 14 col 8). Qty (row 15 col 10)
3rd record is 4 screen rows down. ...etc
I want the macro to go down the first 4 rows in Excel and put the corresponding column data in the appropriate Extra fields when it gets to the 4th record then sendkeys (<Enter>) to ready the extra screen for the next 4 records and continue with the next 4 excel rows until the cells are empty
I don't have any code so far other defining the appropriate objects.
PS I'm using Excel to write the Macro.
I have a spreadsheet with 3 columns (ID | P/N | QTY) with a variable number of rows. My Extra! screen can take up to 4 records per screen for example:
1st record ID (row 10 col 3), P/N (row 10 col 8), QTY (row 11 col 10)
2nd record is 4 screen rows down. ID (row 14 col 3, P/N (row 14 col 8). Qty (row 15 col 10)
3rd record is 4 screen rows down. ...etc
I want the macro to go down the first 4 rows in Excel and put the corresponding column data in the appropriate Extra fields when it gets to the 4th record then sendkeys (<Enter>) to ready the extra screen for the next 4 records and continue with the next 4 excel rows until the cells are empty
I don't have any code so far other defining the appropriate objects.
PS I'm using Excel to write the Macro.