Registered55
New Member
- Joined
- Nov 16, 2014
- Messages
- 19
Hi,
I have struggled with this process and spent countless hours searching, but I have now hit a dead end, Any help would be great.
At work, we have different types of files (PDF and Word docs) that we need to print, but not all files go to the same printer.
right now, what I have achieved so far is I have a list of the actual file locations in column A row 2
for example
2. \\work\share drive\example\test 01.pdf
3. \\work\share drive\example\new test 01.doc
4. \\work\share drive\example\today 01.doc
5. \\work\share drive\example\today 02.doc
etc.
and in column B, I created a drop-down menu of a list of printers in each row
2. network printer 01
3. network printer 02
4. network printer 02
5. network printer 02
after selecting the relevant printers for each file, what I need now is a macro that will...
send the actual files using locations in column A but send the file to the printers selected in column B cells
it's important though that the printing sequence sent to the printers follows the list in column A.... so the name of the file in cells 02, 03, 04, 05...etc are printed in that order so as not to cause an issue with the physical print orders coming out of the printer. I have read posts that have mentioned if not done correctly, excel can print jobs in a random order or something like that.
I'm not very good at writing code, I can edit code I find on the internet as long as it's not too complex and is close enough to what I need, however after searching for so long, I am stuck, and need some help.
many thanks in advance?
I have struggled with this process and spent countless hours searching, but I have now hit a dead end, Any help would be great.
At work, we have different types of files (PDF and Word docs) that we need to print, but not all files go to the same printer.
right now, what I have achieved so far is I have a list of the actual file locations in column A row 2
for example
2. \\work\share drive\example\test 01.pdf
3. \\work\share drive\example\new test 01.doc
4. \\work\share drive\example\today 01.doc
5. \\work\share drive\example\today 02.doc
etc.
and in column B, I created a drop-down menu of a list of printers in each row
2. network printer 01
3. network printer 02
4. network printer 02
5. network printer 02
after selecting the relevant printers for each file, what I need now is a macro that will...
send the actual files using locations in column A but send the file to the printers selected in column B cells
it's important though that the printing sequence sent to the printers follows the list in column A.... so the name of the file in cells 02, 03, 04, 05...etc are printed in that order so as not to cause an issue with the physical print orders coming out of the printer. I have read posts that have mentioned if not done correctly, excel can print jobs in a random order or something like that.
I'm not very good at writing code, I can edit code I find on the internet as long as it's not too complex and is close enough to what I need, however after searching for so long, I am stuck, and need some help.
many thanks in advance?