Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have the following line of code in my module: ActiveWindow.SelectedSheets.PrintOut To:=intPageTo , PrintToFile:=True, PrToFilename:="Statement For " & Master.UniqueID & " " & Date When I am running the code the application hangs. So I have changed the above to the following: ActiveWindow.SelectedSheets.PrintOut To:=intPageTo So now the sheets are printed properly but I can't save the sheet. Basically I ewant to save this sheet (to another sheet or any file format) for future reference. Can someone help me. Thanks in advance regards, Prasad Vanka |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Printout Code Problem | Excel Programming | |||
ActiveSheet.PrintOut - problem | Excel Programming | |||
Pass string as Parameter in OpenText method | Excel Programming | |||
Excel vba printout method | Excel Programming |