Search found 2 matches
- Fri Jan 21, 2011 10:44 pm
- Forum: Programming
- Topic: Excel 2010 64-bit and VBA
- Replies: 1
- Views: 23518
Re: Excel 2010 64-bit and VBA
Got it working in Office 2010 64-bit. Here is my code. Function PrintSheetAsPDF(file_name As String, merge_file_name As String, doc_title As String, author As String, save_path As String, subject_name As String, keywords As String, filetype As String) Dim obj_printer_util As Object Dim obj_printer_s...
- Mon Jan 17, 2011 11:43 pm
- Forum: Programming
- Topic: Excel 2010 64-bit and VBA
- Replies: 1
- Views: 23518
Excel 2010 64-bit and VBA
I have been trying to convert the example code for excel vba to work in the 64-bit environment. I have gotten past the .GetPrinterName property not working for Bullzip.PDFSettings. I was able to get it from Bullzip.PDFUtil.defaultprintername. I cannot get past getting the Bullzip.PDFSettings.printer...