Hi
Bit of a shot in the dark here, but know that this is likely the best possible resource to ask.
My department admins have a lot of documents to print every week for various other departments, and printing these out is not only tedious and labour intensive - but open to errors and missed documents.
I was wondering if it was possible to use both VBA and Excel to take the risk of error, and the labour, out of the task.
Is it possible to have an Excel Spreadsheet listing the documents that need printing, with the folder location, and the number of copies - then having VBA work down the list opening, printing and closing each one?
For example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Document Name[/TD]
[TD]Location[/TD]
[TD]# Copies[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Document 1.docx[/TD]
[TD]C:\Folder\[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Document 2.docx[/TD]
[TD]C:\Folder6\[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is this something that can be done?
I would like to be able to update the list of documents if and when needed, and the VBA Button to go down the list until there is nothing left to process, printing the documents with the number of copies stipulated in the Worksheet.
At the moment, it is just an idea - so I haven't done much research on this. But if someone could tell me if this is possible, I would really appreciate it.
TIA
Gaz
Bit of a shot in the dark here, but know that this is likely the best possible resource to ask.
My department admins have a lot of documents to print every week for various other departments, and printing these out is not only tedious and labour intensive - but open to errors and missed documents.
I was wondering if it was possible to use both VBA and Excel to take the risk of error, and the labour, out of the task.
Is it possible to have an Excel Spreadsheet listing the documents that need printing, with the folder location, and the number of copies - then having VBA work down the list opening, printing and closing each one?
For example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Document Name[/TD]
[TD]Location[/TD]
[TD]# Copies[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Document 1.docx[/TD]
[TD]C:\Folder\[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Document 2.docx[/TD]
[TD]C:\Folder6\[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is this something that can be done?
I would like to be able to update the list of documents if and when needed, and the VBA Button to go down the list until there is nothing left to process, printing the documents with the number of copies stipulated in the Worksheet.
At the moment, it is just an idea - so I haven't done much research on this. But if someone could tell me if this is possible, I would really appreciate it.
TIA
Gaz