Automatic Excel printing

leugimleugim Member Posts: 93
hi all, some help is needed please [-o<

i have a development which exports some data to a sheet inside an excel workbook and save it, using standard functions in table 370. it works fine

now i want my code to do what it does yet (fill up the excel sheet and save the workbook) and then print the sheet in "silent mode". this means not showing the print dialog window. having the knowledge to print the excel in silent mode or not in silent mode (just print!! ](*,) ) would be grateful.

many regards for you all
_______________
so far, so good

Answers

  • leugimleugim Member Posts: 93
    hi all... again

    i think my question is solved, i have to make a harder test but this seems to work...
    i tryed codeing the following:

    XlWrkSht.PrintOut;

    this sentence print the active sheet in the active workbook, so this was what i was looking for.

    thank you
    _______________
    so far, so good
  • AdministratorAdministrator Member, Moderator, Administrator Posts: 2,499
    [The use of [SOLVED] in the Topic Title is no longer supported. Please edit the first message in the thread and use the field Attribute (below the Subject-field) to put a green checkmark next to the Topic Title]
Sign In or Register to comment.