G
Guest
I'm creating an excel workbook using c#. At this line of code I get an error:
excelWorksheet.PageSetup.pLeftHeader = "Name \n" + "Record# \n" + "ID# \n" +
"Date \n" + "Range \n";
The error I get is:
"No printers are installed. To install a printer, point to Settings on the
Windows Start menu, click Printers, and then double-click Add Printer. Follow
the instructions in the wizard."
I've checked to see whether I have a printer installed and I do. Can someone
please help me?
Thanks
Prisy
excelWorksheet.PageSetup.pLeftHeader = "Name \n" + "Record# \n" + "ID# \n" +
"Date \n" + "Range \n";
The error I get is:
"No printers are installed. To install a printer, point to Settings on the
Windows Start menu, click Printers, and then double-click Add Printer. Follow
the instructions in the wizard."
I've checked to see whether I have a printer installed and I do. Can someone
please help me?
Thanks
Prisy