Printing spreadsheet withOUT row/col headings.

Ok, so every time I need to print I have to turn off the row/col headings if I don't want them to print. Well. . . I NEVER want them to print. Is there no setting that can be tweaked to make that the default? I keep looking and hoping. Searched archives and don't find it.
Suggestions?
Thanks.
rpg

Hi Ronald,
The only other way I'm aware of are to do as you've done in the Print dialogue is to choose Display... in the Options menu and uncheck the boxes beside Cell Grid, Row Headings and Column Headings.
The headings and grid will be moved from the screen display as well as from the printed output. This change remains in effect until you return to the menu item and reverse it.
Regards,
Barry

Similar Messages

  • How to print a report without row numbers or grid lines?

    Is there a way to print a Discoverer report without row numbers or grid lines?
    Thank you.
    Blake

    Hi Blake
    You're not doing anything wrong.
    The settings made when you use Tools | Options | Sheet are global settings that are only applied to new workbooks and worksheets going forwards. These have no impact on existing worksheets or even the one you currently have open. This is because Discoverer does not know whether your original worksheets were setup in a certain way deliberately as opposed to inheriting the global settings as they were at that time. What this also means, reading between the lines, is that these settings must then be stored within the worksheet itself, and this is exactly what happens.
    Thus, to edit an existing worksheet's settings you need to open the worksheet, right-click in the sheet and from the popup select either Format Table or Format Crosstab depending upon the type of worksheet you are working with. After making any necessary changes you will need to save or re-save the workbook in order for those settings to be remembered for the next time.
    Best wishes
    Michael

  • Printing Columns and rows

    public class arraydd {
    public static void main(String[] args) {
    int [][] array =
    {1,2,3},
    {4,5,6},
    {7,8,9},
    {10,11,12},
    {13,14,15},
    for (int row = 0; row < array.length; row++)
    for (int column = 0; column < array[row].length; column++)
    System.out.print(array [row][column] + " ");
    System.out.println();
    int row = 3;
    for(int col = 0; col<array[row].length; ++col)
    System.out.printf ("%8d", array [row][col]);
    }Hello all
    Im trying to print all the elements of for 4 (position 3) & all the elements in the 3rd column
    i have the code for print all the elements of for 4 (position 3) as follow's :
    int row = 3;
    for(int col = 0; col<array[row].length; ++col)
    System.out.printf ("%8d", array [row][col]);
    }{but my problem is that it expects a class of some kind , could someone explain this to me ?
    also how do you print all the elements in the 3rd column ?

A: Printing Columns and rows

public class arraydd {
public static void main(String[] args) {
         int [][] array =
         {1,2,3},
         {4,5,6},
         {7,8,9},
         {10,11,12},
         {13,14,15},
            for (int row = 0; row < array.length; row++)
            for (int column = 0; column < array[row].length; column++)
                System.out.print(array [row][column] + " ");
               System.out.println();
        int row = 3;
        for(int col = 0; col<array[row].length; ++col)
        System.out.printf ("%8d", array [row][col]);
        }I hope you find this indentation to be helpfull as im not exacly sure how it should be indented
Could i ask someone for help with how to solve this problem.
Thankyou

public class arraydd {
public static void main(String[] args) {
         int [][] array =
         {1,2,3},
         {4,5,6},
         {7,8,9},
         {10,11,12},
         {13,14,15},
            for (int row = 0; row < array.length; row++)
            for (int column = 0; column < array[row].length; column++)
                System.out.print(array [row][column] + " ");
               System.out.println();
        int row = 3;
        for(int col = 0; col<array[row].length; ++col)
        System.out.printf ("%8d", array [row][col]);
        }I hope you find this indentation to be helpfull as im not exacly sure how it should be indented
Could i ask someone for help with how to solve this problem.
Thankyou

  • Printer "Out of Memory". Can not print spreadsheets

    Up to the last few months I had no problem printing everything including spreadsheets.  Now I get the following when I bring up a Microsoft  spreadsheet  and try to print it "Out of Memory" "Save or close any open files or applications"   I can print all other files including pictures, Word  test, emails, etc.
    Bult I have no open files or applications.
    Printer: HP Photosmart C4780, Windows XP, Compaq/HP computer.
    No changes to my software recently except adding RosettaStone language CDs.
    Suggetions?
    Thanks,
    Clay

    I'm not printing spreadsheets -I'm trying to print Quark or AdobePDF files on a Business Inkjet 2800dtn (large tabloid size) - I've had trouble w/this printer before but not this "OUT OF MEMORY" problem.
    I can print Notepad files...but it will not print other files that it printed fine before. I even got one PDF out of this machine yesterday before it went bonkers. It keeps saying "file won't print" & then "Printer error- turn off power then on" = I must have done it 100 times. No luck at all.
    I KNOW there is a way to use "computer memory" to increase the capacity of this machine without buying additional printer memory, but I'm not sure how to do it. Does anyone know? Will anyone tell? Obviously, mine was working BEFORE. Another message came up in the Configuration page that I WAS able to print, saying it had a "Firmware error" - HP hasn't updated this firmware as far as I can see, since 2005. They haven't updated ANYTHING on this POS machine, to be blunt about it. 
    (inHP's favor, I love,love, love my 2340duplex Laserjet - it's a wonderous miracle for me).
    Anyone know how to connect the computer memory to the printer - or anything about Firmware Updates (or should I reinstall the software?)

  • Hiding Rows/Col/Cells?

    Post Author: Ming
    CA Forum: Desktop Intelligence Reporting
    Is there a way to hide rows/cols/cells in BO? I want to summarize the data in my report, but I want to hide all the source data without affecting my summary.
    I basically have a dump of records and I want to summarize the sum value of various fields, but I just want one line record. Break sort of does what I want, but it leaves rows for all the entries. I just want 1 entry with summed values visible. Ideas? thanks

    Post Author: tpham
    CA Forum: Desktop Intelligence Reporting
    i have this same exact issue with hiding rows. It is possible to hide columns by going into the table properties but i cannot figure out how to hide rows. (the meat of the data)
    anyone?

  • Crystal report print directly without crystal viewer

    HI !
    In my addon i use Crystal Report. What would be the code i need to add if i want to print directly instead of having to go thru the crystal viewer.
    The crystal viewer gives me lots of problems with painting the screen when i move the form and it allways opens in the task bar. I cant seem to control the window sizes of the viewer either so unless it's easyer to fix those problem i need help to go and print direct without the viewer....
    Thanks for your time

    Hi John !
    I finnaly made it work... 
    here's what i used
    Dim objAppl As New CRAXDRT.Application
                Dim objReport As CRAXDRT.Report
                objReport = objAppl.OpenReport("C:Program FilesSAPSAP Business OneAddOnsDutiesresultat.rpt")
                objReport.PrintOut(True, 1)
    Thanks alot for your time.
    p.s.: I can i get the print window open on the screen instead of the task bar ??? it did that with the viewer too...
    Thanks again

  • How can I protect formulae in a newly created spreadsheet without locking the whole sheet ?

    How can I protect formulae from being overwritten on a newly created spreadsheet without locking the whole sheet ?

    Olly,
    I'll be picky here on nomenclature ;-)
    Tables and other Obects can be locked, but Sheets can't be locked.
    If you wish to shield some parts of your content from accidental modification, arrange your layout to put that sensitive content in tables separate from the tables that need to be accessed, and lock the sensitive ones. It's also possible, but rather clunky, to place shields over the sensitive area. A shield can be made by Inserting a Shape and positioning the shape over the sensitive area. With the shape selected, go to the Graphics Inpector and set the Opacity of the shape to zero. You will then be able to see through the shape but will no be able to Click through it to get at the cells below. This method is inconvenient because you have to worry about keeping the shape aligned with the table should the table need to change size or shape.
    Jerry

  • Load a PDF and Print it Without User Seeing the PDF

    I have a client who has a need to allow users via a web browser to print PDFs wihtout gaining direct access to them.  Ignoring all the flaws in this logic , I am new to Flex and am having difficulty determining if this is possible.  So, here are the details:
    1) This is a web browser application.
    2) The files reside on a server.
    3) The user will view a list of available PDF files in their browser.
    4) There will be a print icon next to each one.
    5) When they click on the print icon we need to pull in the PDF from the server and initiate a print, all without the user seeing the PDF.  So once they click the print icon the next thing they see is thier browser's print dialog box.
    I have 1-4 done, I just need help with the most important one, #5.
    So, can Flex (without AIR) load a PDF in without displaying it and print it?
    I am using Flash Builder 4.6, if it matters.
    Thanks in advance for any input.

    Well, that's going to be difficult. Before everything else, a silent printing in general, is not what Browser is all about. A print dialog is thrown by the browser when a user selects a print option. Same thing if an application is trying to print using built into it conventional methods of printing - you get Print dialog. It gets even harder if you want to print PDF files silently. You will need to make sure that a file is available to print in case it's generated on the fly. The following code will print your PDF without dialogs to a selected (var printer) printer:
    var WshShell = new ActiveXObject("WScript.Shell");
    var fs = new ActiveXObject("Scripting.FileSystemObject");
    var fi = "AcroRd32.exe /N /T " + '"c:\\temp\\' + "filename" + '" ' + printer;
    WshShell.Run(fi, 0, false);
    As you notice, the file is on the local system. Or you can try printing over the network.
    This code will be a part of a JS function in your html wrapper. You will call this function from Flex using ExternalInterface.
    AcroRd32.exe is an Adobe free PDF reader.  I would suggest starting from the end - have a file on the local system and working on everything esle.
    HTH

  • Can anyone tell me how to install a network printer driver without having the network printer online?

    Can anyone tell me how to install a network printer driver without having the network printer online? It doesn't matter what manufactors make the network printers. Is a netwaork printer(with network card) has to have that printer on line to be able to install
    the driver? This is the point of my question!
    I've ask a same type of question previously, but I can't either get good answer nor reply on the response.

    DP
    The computer (and driver) have to handshake with the printer, QED it has to be either online or physically connected and if it is physically connected it wont work on the network so yes it does.
    Wanikiya and Dyami--Team Zigzag

  • How to get the row & col of the cell being edited?

    I have a reference to a editable JTable, and I want to know at any point in time, what cell the user is editing (specifically the row & col).
    You'd think you could just go:
    int col = table.getActiveCellColumn();
    int row = table.getActiveCellRow();
    Where the active cell is the one the user is typing in.
    I tried getting the rectangle of the permenant focus owner and using that to get a Point object, then testing the table using columnAtPoint and rowAtPoint, but sometimes the cell is returned as the foucs owner and sometimes the whole table is returned (which does not help). Any ideas?

    You'd think you could just go:
    int col = table.getActiveCellColumn();
    int row = table.getActiveCellRow();Or maybe:
    table.getEditingRow();
    table.getEditingColumn();

  • Printing Report without ORARRP

    Hy all,
    Please Help me, I want create report aplication with printing direct from default printer but without use orarrp.
    cause,I have any problem when use orarrp and my boss want the report printing direct from printer without pop up printer properties block.
    I'm sorry if my english language is not goods.. :) :)
    can give me tutorial,script or example, please??
    Regards,
    Beny1986

    this Link post to me from days
    but i not test it until now
    print direct to hp printer

  • Print,Check,Apppend Row,Delete Row,Insert Row buttons actions code

    HI,
    I have a ALV table in that buttons Print,Check,Apppend Row,Delete Row,Insert Row buttons are there.But client requirement is they don't want those buttons in ALV they want in above the ALV table.
    Can you please let me know how to hide those buttons in ALV.and give me code Print,Check,Apppend Row,Delete Row,Insert Row action code..HI,

    I hope you have instantiated your ALV. Check the below code
    * Instantiate the used component " You can use code wizard to get this code.
      DATA lo_cmp_usage TYPE REF TO if_wd_component_usage.
      lo_cmp_usage =   wd_this->wd_cpuse_usg_alv( ). "usg_alv should be your usage name
      IF lo_cmp_usage->has_active_component( ) IS INITIAL.
        lo_cmp_usage->create_component( ).
      ENDIF.
    * Get Model
      DATA lo_interfacecontroller TYPE REF TO iwci_salv_wd_table .
      lo_interfacecontroller =   wd_this->wd_cpifc_usg_alv( ).
      DATA lo_value TYPE REF TO cl_salv_wd_config_table.
      lo_value = lo_interfacecontroller->get_model(
    * Hide Standard buttons on ALV toolbar
      DATA: l_std_func TYPE REF TO if_salv_wd_std_functions.
      l_std_func ?= lo_value                                 .
      l_std_func->set_edit_append_row_allowed( abap_false )  .
      l_std_func->set_sort_headerclick_allowed( abap_true ) .
      l_std_func->set_edit_append_row_allowed( abap_false )  .
      l_std_func->set_edit_insert_row_allowed( abap_false )  .
      l_std_func->set_edit_delete_row_allowed( abap_false )  .
      l_std_func->set_view_list_allowed( abap_false )        .
      l_std_func->set_sort_headerclick_allowed( abap_false ) .
      l_std_func->set_edit_check_available( abap_false )     .
      l_std_func->set_pdf_allowed( abap_false )              .
      l_std_func->set_export_allowed( abap_true )            .
    Radhika.

  • Printing emails without headers and footers

    I just purchased a new printer HP Deskjet 2510 series and use it with Microsoft XP. Have also used HP color lazer CP2025 and HP lazer P2055DN.
    I am trying to figure out how to print emails without the header and footer showing.  I have been able to do it with other printing jobs for example when printing a copy of PDF, but it does not work for emails.  Can this be done for emails as well?

    Hello,
    You can print any section you want on the email. You will need to highlight the section you want printed, press down Ctrl+P, and then select print using system dialog, which will look like this:
    Then select the option that says "selection", and then select print.

  • How to loop through xml records from file without ROW , /ROW tags?

    I am using dbms_XMLSave.insertXML procedure to insert xml formated record from file. MY xmlformated records does not have open and close ROW tags. I have multiple records in the file.How can I loop through without <ROW>,</ROW> tags?

    I am using dbms_XMLSave.insertXML procedure to insert xml formated record from file. MY xmlformated records does not have open and close ROW tags. I have multiple records in the file.How can I loop through without <ROW>,</ROW> tags?

  • How to install lexmark printer x1195 without disc

    how to install lexmark printer x1195 without disc

    I checked their site and it looks like Lexmark does not have Mac drivers for that printer for anything Mac OS newer than 10.3. However. if you Google Lexmark x1195 Mac driver, there are some third-party sites claiming to have solutions for Mac and Lion.
    In my experience, Lexmark has been hit or miss with Mac support. Some models work with Macs--some don't.  If you go shopping for another printer, you might wish to steer away from them.

  • Maybe you are looking for

    • Huge File Size

      I have used After Effects for 3 years to make videos and for school. I don't try to make them VFX heavy, I just use muzzle flares, blood hits, and explosion elements. My videos are 1-2 minutes in length and they are just about 8 gb. I have looked for

    • HT3529 My phone does not notify me by sound of a text msg .Everything is turned on and volumn is turned up . Any idea how to fix this

      My phone a 4s does not notify me by sound of a new text msg. Have tried eveything I know so if anyone has a suggestion .

    • Enlisting a JMS session as part of a distributed tx in SFSB

      Consider the following method in a SFSB (Seam 2.1.2, JBoss 4.2 AS, EJB 3.0, JPA 1.0, Hibernate as persistence provider). I am trying to enlist the JMS session as part of the distributed tx and testing this using both local-tx-datasource and xa-dataso

    • Sql 11g -1z0-051

      Hi, I am planning to the 1z0-051 exam. Can anyone suggest the single row functions that I should focus on. If posible send the list of functions. Thanks. Regards, Manoj.

    • Mouse sensitivity

      When viewing images in bridge and selecting multiple images it seems that my mouse is overly sensitive and auto opens in Photoshop when I don't want out to. I'm using a Dell and have Windows 7.