Removing Checklist Name from Checklist Sheet

Hi, I am trying to use the checklist template from Numbers in iWorks 08 as an inventory sheet. I have tried unsuccessfully to remove the word "Checklist" that appears at the top of the page. It is almost hidden behind the top of the columns while editing the sheet, although when I print the page I have the word "Checklist" printed above the header.
Any ideas on removing this???

Ok... I feel like an idiot. I will answer my own question in hopes that this saves someone else from having to ask.
There is a checkbox all the way to the right on the toolbar called "Name" by removing the check from this box the name "Checklist" will be removed from the checklist sheet.
rack a frack a frick a frack...

Similar Messages

  • How to remove "Version Name" from contact sheets

    When printing contact sheets, how do you remove the words"Version Name" from under each photo.
    I just want my image numbers to be there such as JJC_3795. As it appears now is reads, Version Name:
    JJC_3795.  I went to Presets then to File Names hoping this would fix it, but can't figure out how to make that change. Maybe it's not possible???
    Any help would be appreciated.

    I don't think it is possible. What I have done is print to PDF and then (in Acrobat Pro) covered the "version name" part with a blank text field, white background, and done the physical printing from Acrobat.

  • How do I remove my name from an ipod prior to donating it to someone?

    I would like to donate my ipod touch to someone as I just bought another one. How do I remove my name from the device prior to donating it? I was able to remove all of my apps, music and videos but not the name.

    Go into your settings>general>reset, then select Erase All Content and Settings. 

  • Removing my name from an Alias email

    I have been unable to remove my name from the "FROM" in outgoing emails. U have deleted my name in the "FROM" box in the preferences with no luck.
    Help...pf

    Open address book. Find your own card in address book. Check if this email address is on your own card. If so, you just get your name displayed, as you and this email-address is in address book. Simply delete the email-address from your card, and you shouldn't see your name in "From" any more.

  • How do I permanently remove a name from a group list?

    I would like to permanently remove a name from a group list. I have highlighted and deleted and it still won't go away. I have deleted him from my address book but I cannot remove him from the group list.

    There is the mailing list stored (which addressbook)? Perhaps the addressbook is read-only or unavailable?

  • Remove Printer Name from Crystal Report

    How can i remove the printer name from the Crystal Report so that the PrinterName property of the CRAXDRT.Report object in the RDC SDK is blank WITHOUT having the "No Printer" Option checkbox checked?
    Here's the scenerio.  When I first create a Report and don't go into Page Setup, PrinterName property is blank.  If I go into Page Setup and explicitly select a printer, PrinterName property equals the name of the printer selected.  If I check the "No Printer" checkbox in Page Setup, PrinterName property is blank.  But if i go back in and uncheck the "No Printer" checkbox in Page Setup, the PrinterName property equals the name of my Windows Default Printer.

    I'm still not sure what is unclear about my first question.  And I'm not sure how any of the info you are requesting is going to make any difference in answering my question.  And I'm not sure how your analogy fits here but ..
    Version of CR = 11.0.0.895
    CR Service Packs applied = None
    Web or Win app? = Win App
    OS? = Windows XP Service Pack 3
    Development language?  = Both Visual Basic 6 and C#.Net 2008
    Method of CR files deployment = email the .RPT file to a client
    Where were the runtime files downloaded from? = Runtimes are installed from Merge Modules donwload from SAP site
    What is the version of the craxdrt.dll on the deployed box? = 11.0.0.893
    So here are the exact steps so you can understand what is going on:
    I have the Crystal Reports Application open side-by-side with my Visual Basic development environment in debug mode so i can step through the code using the RDC SDK.
    1. I open the Crystal Reports Application and create a brand new report - "Test.RPT" and DO NOT go into Page Setup at all and save the report.
    2. In my Visual Basic development environment, i run the code that will generate the report, Here's the exact code
        Dim m_crApp As CRAXDRT.Application
        Dim m_crReport As CRAXDRT.Report
        Set m_crApp = New CRAXDRT.Application
        Set m_crReport = New CRAXDRT.Report
        Set m_crReport = m_crApp.OpenReport("Test.RPT")
    3. When i look at the PrinterName property in the CRAXDRT.Report object, it is blank.
        ie. crReport.PrinterName is equal to ""
    4. I reopen the Crystal Reports Application with report "Test.RPT" and go into Page Setup and check the "No Printer" option.
    5. I go back into my Visual Basic development environment and rerun the code that will generate the report.
    6. When i look at the PrinterName property in the CRAXDRT.Report object, it is still blank.
        ie.  crReport.PrinterName is equal to ""
    7. I reopen the Crystal Reports Application with report "Test.RPT" and go into Page Setup and uncheck the "No Printer" option. I have NOT specified any printer, nor have i clicked the "Printer..." button to setup a printer....i have just unchecked the "No Printer" option
    8. I go back into my Visual Basic development environment and rerun the code that will generate the report.
    9. When i look at the PrinterName property in the CRAXDRT.Report object, it is now set to my WINDOWS DEFAULT PRINTER, yet i had not specified any printer.
        ie.  crReport.PrinterName is equal to "
    MyNetwork\MyPrinter"
    PROBLEMS:
    1. The client needs the report to go to the default windows printer of their machine
    2. If the "No Printer" Option is checked, the Report does not print at all
    3. If the report is set to MY default windows printer and i give it to the client, at times it takes upwards of to a minute for the Print Dialog to disply.  As i've read on other forum posts, it appears Crystal is looking for MY printer on the clients machine and takes a minute before i realizes it can't find it and then sets it to the CLIENTS default windows printer.
    4. The client believes it is unreasonable to wait a minute for the print dialog to appear ...and i agree.
    5. I cannot change the code to use the Select Printer in the RDC SDK - it's a long explanation why but just suffice it to say that i cannot do this.
    All i want to do is either:
    1. Remove the Printer Name in the actual report from the Crystal Reports designer - basically undoing what Crystal did when i went into Page Setup.
    2. Via the RDC SDK, be able to detect the "No Printer" option is selected. Checkign CRAXDRT.PrinterName equal to "" is not an option.

  • How to remove database name from SQL query

    We have an MS SQL server with several databases that are of the same schema but have different data.  We do this for testing different environments.  We are using Crystal reports for the first time and we are having trouble changing the database location in the designer.  If update the data source location to the same database server, but different database name, the data still comes from the original database used when creating the report.  We look at the SQL query and it contains the database name and does not change when updating the data source.  Therefore the data always comes from the database used when originally creating the report.
    How can I remove the database name from the SQL query so the proper database is used when testing the report?

    Hi C F
    Please ensure you have followed the procedure mentioned below:
    In Crystal Reports, there are two ways to set the location of the data source your report points to, depending on your connection type.
    For ODBC and Native Connections:
    1. On the 'Database' menu, click 'Set Datasource Location'.
    2. In the 'Current Data Source' section, click the data source to be changed. You must click each individual table in the data source one by one. If the data source is a stored procedure you will not see individual tables.
    NOTE     In Crystal Reports 10, XIR1, and XIR2, if you are mapping from a data source such as a stored procedure where the report designer can not determine which fields should be mapped automatically, you will see a 'Mapping' dialog box where you can manually map fields, as in the procedure cited above.
    3. In the 'Replace with' section, click the data source you want the report to use.
    4. Click 'Update'.
    5. Close the 'Set Datasource Location' window.
    The report now points to the new location.
    For Native Connections Only:
    1. On the 'Database' menu, click 'Set Datasource Location'.
    2. In the 'Current Data Source' section, click 'Properties' to expand it and right-click 'Database Name: <path to database>'.
    3. Click 'Edit' and then type the path to the
    new data source location.
    4. Close the 'Set Datasource Location' window.
    The report now points to the new location.
    Regards
    Girish

  • Removing user name from sign-in window

    Upon starting Skype my username appears in the sign-in window by default.
    To stop this happening skype says: when skype is not running, in Finder click on Go, select Go To Folder, enter ~/Library/Application Support/Skype, and once there delete the folder bearing the username to be removed.
    This works, but only until the user with that name signs-in.  Thereafter the name reappears in the sign-in window.
    Can a username be removed without having to follow this procedure every time the user logs out, please.
    Skype 6.15 (335)
    Mac OS 10.6.8

    Never mind:
    https://support.skype.com/en/faq/FA10876/How-can-I​-remove-my-Skype-Name-from-the-sign-in-screen-in-S​...

  • Is there any way to remove my name from the profil...

    Is there any way to remove or prevent my profile from appearing in the profile search directory? I'm so tired of ALL the unwanted contact requests. Yeah I know I don't have to add them but this shouldnt even be a problem in the first place. If I want to add someone to add me I'll give them my skype name.

    Hi, Phnxbane, and welcome to the Community,
    You may certainly remove all profile data by leaving those settings as "blank" or "not specified."  I find the easiest way to do this is to open the profile settings from within the Skype "client" software.
    Removing/deleting an account name from the Skype search directory closes the account.  More details about this can be found here: 'Can I delete my Skype account?' 
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Nokia 6300: How do I remove a name from a dictiona...

    Hi
    I was hoping someone knows how to remove a word/name from the word prompter on my phone. That is when I type the keys on word prompt how do I remove a name I do not want to come up
    Thanks
    Lee

    Hi,
    Try this. Messaging> Message> Options> Prediction Off.

  • Remove sykpe name from directory

    Dear Skype Customer Service
    Could you please remove '[Removed for privacy]' from the directory?
    The account has been created by error.
    Thank you a lot

    I think you may need to contact customer service regarding your request. Just click the link below to see the instructions on how you can get in touch with the Support team ;
    http://community.skype.com/t5/The-Skype-Lounge/How​-to-Contact-Skype-Customer-Service/td-p/2056783
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • How do I remove files names from my contact sheets in bridge?

    I'm creating a contact sheet in Bridge and I only want the pictures not the text file names on the final contact sheet.  How do I do this?

    I only want the pictures not the text file names on the final contact sheet.
    In the output panel are several options to select or deselect. In your case go the 'Overlays' and inhere deselect 'filename' and ' extensions' for not showing this info on your final contact sheet. You can also create a template when your final lay out is ready so you can easily return to this lay out when needed.

  • How can I remove my name from being associated with the GB file I export?

    I am using Garage Band '11, 6.0.5.
    I am editing an audio recording for a friend.
    When I exported the edited recording, it had my name associated with the file as the artist, album, etc.
    I searched and found "My info" (in "Preferences") and deleted my information from ALL name, album, artist fields, but it still exported the file with my name as the artist (but it did not list it as from my album this time)?
    Does anyone know how/where/what I need to do to remove all references of my name associated with this file I'm editing?
    And also, can I change who is associated with a GB file, from file to file (i.e. if editing my audio, use my name & info, if editing for a friend or colleague, theirs?  or is the name associated with my GB account universally embedded into every file, no matter if I want it to be mine or not)?
    Thank you for your support!
    Joe

    When I exported the edited recording, it had my name associated with the file as the artist, album, etc.
    The problem is, that this information is stored with the GarageBand project, when you first create the project.  You have to edit the Preferences, before you create the project.
    If the project already exists, you can change this option by turning the project into a podcast. Add a Podcast track (Track menu, Show Podcast Track), select the podcast track, and open the Info panel. Then edit the artist field in the Info panel, before you save the song to disk.
    (added: I saw the workaround with the Podcast track first in a post by Edgar).

  • Newbie wants to remove first name from cell that contains "FIRST LAST"

    Any help is appreciated, I'm pretty much a complete newb with a spreadsheet. I have a sheet with sales prospects. One cell has the the full name in a cell, i.e. "John H. Doe". Some of the cells have a period after the middle initial. Some cells have no middle initial. What I am wanting to do is to create a new cell that only contains the first name. If it makes it any easier, I do have another cell that contains only the last name. When explaining how to do this, I ask that you dumb it down for me! I have about 850 rows. I'll need instructions completely in steps. I don't know how to apply a function to a new column. Thanks in advance! I know I'm asking alot.
    Message was edited by: Blacktop711

    BT,
    It would help you to get acquainted with Numbers if you read the User Guide PDF. It's written at a beginner level, not like a reference manual.
    This solution assumes that the full name is in column A. If not, you can substitute your true column for the "A"s in the formula. Click the label on Column A to select it. In the Table Menu, select Add Column After, to make a blank column to the right of the full name column. Let's assume that your first row is a Header Row, so you won't have data or equations in the first row. In the second row of the new column, paste this expression: =IFERROR(LEFT(A, FIND (" ", A)-1), "") (Copied from here)
    That cell that you pasted the expression into should now show the first name of the person in row 2. Now select that row 2 cell and Shift-Click the last cell in that column so that all the cells from row 2 down are selected. Next select Insert > Fill > Fill Down.
    Now all your first names should be showing.
    Let us know if you have any trouble with this.
    Jerry

  • Removing Skype name from sign in screen

    Hi
    I'm selling my PC (windows XP pro) and have deleted Skype (using add/remove programs) then reinstalled it.
    My user name keeps coming up as an option, without the PW, how do i delete this from my PC so my username does not come up any more?
    Solved!
    Go to Solution.

    Try Below:
    Exit Skype : From the system tray >> right click on the skype icon and click "Quit"
    Press WinKey + R to open the Run window
    type: %programdata%\Skype\Apps and press Enter
    Delete the login folder.
    Again Press WinKey + R
    type: %appdata% and press Enter
    Delete the Skype folder.
    For testing purposes you can run Skype but you need to delete the folders again.
    Regards,
    Tamim
    Location - Dhaka | Bangladesh - Standard Time Zone: GMT/UTC + 06:00 hour
    If one of my replies has adequately addressed your issue, please click on the “Accept as Solution” button. If you found a post useful then please "Give Kudos" at the bottom of my post, so that this information can benefit others.

  • How to remove a name from the pop up screen when you type in a letter

    I stopped in the apple store today and stumped the genius bar !!!!!!
    I am so proud.
    I want to know how to remove e-mail address's that pop up when you hit a alpha key.
    These are address's that are NOT in my address book or anywhere on my computer.
    They would be a one time e-mail that I sent over the last 3 years or so.
    I do not retain old e-mails either which would trigger keeping the address alive.
    Thanks,
    Greg

    In Mail, you can also select a popped-up name that you don't want to retain, click the triangle that appears when you move your cursor to the area just after your name, and select "Remove from Previous Recipients List" from the dropdown menu. This choice will not appear if the name is in your Address Book.

Maybe you are looking for

  • Apple tv claims i am not authorized to see purchased movie

    I can see other downloaded material and previous and free shows, but i am unable to see purchased movies.  I have authorized and deauthorized, and re-authorized my computer several times without success.  I have restarted my computer as well.  My sof

  • R/3-xi-file scenario

    Hi I am a fresher learning XI. I want to establish connection between r/3 and XI. To define RFC destination using SM59 .........should I take "r/3 connection "or "logical destinatio" or "TCP/IP connectiosn" ?? And similarly during port creation using

  • HP Officejet Pro X576dw MFP Default PIN/Secure Embedded Web Server Issues

    Hello I have a few issues with this printer: 1. I am unable to get to the secure embedded web server ie. https://192.xxx.xxx.xxx, although the normal unsercure version works fine. The problem with this is I cant edit or reset any of the fucntions suc

  • Dell camera problems

    eveytime i open my camera/video its reboots saying attempted excecute of no memory excecute what do i do i tried using other apps as well with no luck...?

  • Playing music at screensaver = Slow response?

    This is a rather intersting issue. I hope someone could reproduce it, so I know it's not just me. I can be playing music in iTunes, and after about 15 minutes, my Macbook Pro kicks in the screensaver. Because iTunes is awesome, it keeps playing, as e