VB.NET Print Excel Sheet to Specific IP / Network Printer Name

STP_CAPTAIN_CLOW

New Member
Joined
Aug 27, 2014
Messages
1
Hi All

I have been looking for a long time for a solution for what I thought would be a simple issue.....

In my program I am opening an Excel template via Interop populating the required information and then trying to send the file to print to a specific printer. After being unable to find a way to send the file using an IP Address I simply entered the Printer Name and while in Debug it worked fine.

As soon as I published the program and installed it on the client computers the file would always print to the default printer on the client machine, I have made sure the printer is installed on the client machine and is named the exact same.

This is the code I am using to point to the printer and while in debug is works perfect:

Code:
xlWorkSheet.PrintOutEx(ActivePrinter:="HP Colour LJ2605 - Packing Station")

Any advice on why this code isn't working when published and installed on the client machines would be much appreciated or any alternative code that I could try as this is driving me insane, especially as it works in debug.

Many Thanks
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.

Forum statistics

Threads
1,214,522
Messages
6,120,025
Members
448,939
Latest member
Leon Leenders

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top