Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, i'm new to vb stuff and i need fill an Excel Sheet with some data from XML files and then i need to print that sheet to a .pdf file. And doing this from a .hta application. I do everything and i have a macro in the excel sheet that do this: ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True, PrToFileName:=filename And in the Excel application i call this macro with the run command, like this: ExcelAppA.run "print2pdf" And with this everything works, but the thing is that i need to pass the filename as a parameter to the macro, and when i do that i don't get any errors, but i also don't get any .pdf file. I print the filename with the entire path, and i'm sure it's ok. I need this for yeasterday, so if anyone can halp me on this? Is there any way to do it without a macro, like calling the printOut method from the .hta application? Thanks, -- Jlorga ------------------------------------------------------------------------ Jlorga's Profile: http://www.excelforum.com/member.php...o&userid=31707 View this thread: http://www.excelforum.com/showthread...hreadid=514081 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Print and Print Preview Graphic Moving Resizing 2007/2003 | Excel Discussion (Misc queries) | |||
cell borders that I create dont show on print preview or print | Excel Discussion (Misc queries) | |||
Pivot Table macro to set print area and print details of drill down data | Excel Discussion (Misc queries) | |||
Active cell counting in particular print page (one sheet having different print area) | Excel Worksheet Functions | |||
Need Help w/ Print Macro to Print All Visible Sheets (including Charts) in a Workbook | Excel Programming |