Insert character so that numbers of locking is enabled

When I enter data in Excel on my netbook using the custom format 'mm:ss.00' I cannot enter in the colon while I have the blocking numbers on. Any suggestions on how I can keep the numbers of store and always enter a colon? I am trying to enter timed for individuals on a swim team.

Excel:

 

http://www.Microsoft.com/Office/Community/en-us/flyoutoverview.mspx

Office newsgroups

http://www.Microsoft.com/Office/Community/en-us/default.mspx?DG=Microsoft.public.Excel.misc&lang=en&CR=us

Discussions in Excel General questions.

They will help you with your questions Excel when repost you in the Office discussion groups above.

See you soon.

Mick Murphy - Microsoft partner

Tags: Windows

Similar Questions

  • A character style that puts in shape all negative numbers (-10) with red color

    How to set a character style that formats all negative numbers (-10) with red (a predefined text style)?

    I guess that I should be using GREP, but it's kind again for me and I can't find an answer to this on google.

    -\d+?,\d+?\%|-\d+?

    seems to work

    GREP is synonymous with General Regular Expression Parser - large print receive codes and you insert the code to highlight the characters you want to

    In the that I provided above is probably not the nicest way to do it, but I'll break it

    -= minus sign

    \d = any digit

    + = Continue until there are no more numbers

    ? = off at the end of a group of numbers

    This means find any number within a group of numbers

    just means a comma

    and yet once I wanted to find any group of numbers with \d+?

    % means with a percentage at the end sign

    -\d+?,\d+?\% means find: sign, followed by a group of digits followed by a comma followed of another group of numbers followed by the percent sign.

    | [vertical] means OR

    -\d+? would be to find a

    -

    Group of figures

    -\d+?,\d+?\%|-\d+?

    All means find any group of numbers separated by a comma with a sign of percentage at the end OR a sign less with a group of figures.

  • Addition of dashes that numbers are typed

    TL; Dr: I'm doing a script that will add dashes that numbers are typed into a field and remove their and the previous number as the user backspaces crossing dashes.

    I have a form that I'm working on that includes a field for a credit card number. I want to add a dash (dash) that the user types the credit card number. I can get the adding part of work, but I can't get the back back on the dashboard AND the previous number field. I think the problem lies in my (lack of) understand the functioning of the xfa.event.newText and xfa.event.change.

    Example: The user entered "12345". The dashboard is added automatically by the script to give us '1234-5 '. The user wants to change from 4 to 6. When the user reaches the "-" I want to return back to the dashboard as well as the previous issue - 4. In this way, when the user has just "123" and 6 types, the dashboard will be added automatically (the script already handles this part).

    Here's what I have so far. (The text field is a comb of 19 characters).

    if (xfa.event.newText.length < xfa.event.prevText.length) {
      if (xfa.event.newText.lastIndexOf("-") == (xfa.event.newText.length - 1)) {
        this.rawValue = xfa.event.newText.slice(0,(xfa.event.newText.lastIndexOf("-")-1);
      }
    }
    else if (xfa.event.newText.length == 4 || xfa.event.newText.length == 9 || xfa.event.newText.length == 14) xfa.event.change = xfa.event.change + "-";
    
    

    Post edited by: Jason Rana fixed typo in code

    Ok. I got this figured out. I had to adjust what was backspaced over. (i.e., instead of just a back back on the previous character, I have put to the BACKSPACE on a selection.)

    //test input
    
    var r = new RegExp("[0-9]");
    if (!r.test(xfa.event.newText)) xfa.event.change="";  
    
    //watch input for deleting charactersace
    
    if (xfa.event.newText.length < xfa.event.prevText.length) {//if the number of characters gets smaller
      if (xfa.event.newText.length%5 == 4 && xfa.event.newText.length !=0) {
      //also want to be sure that the character removed was a dash/hyphen
      xfa.event.selEnd = xfa.event.prevText.length;
      xfa.event.selStart = xfa.event.newText.length -1;
    //add in a dash if needed
    
    else if (xfa.event.newText.length%5 == 4) xfa.event.change = xfa.event.change + "-";
    
  • Where is the setting to display a notification indicating that the "CAPS LOCK" is activated, any type of program is used?

    Where is the setting to display a notification indicating that the "CAPS LOCK" is activated, any type of program is used?

    Original title: CAPS LOCK.

    Where is the setting to display a notification indicating that the "CAPS LOCK" is activated, any type of program is used?

    There is no native parameter.  Is your keyboard led (if she has a) can be used, OR use a third party program if your keyboard does not have cpome with indicator software (probably it didn't it.)
     
    http://www.georgejopling.co.UK/CapsLock/CapsLock.html

    (Maybe that will do it for you...)

  • Prepare a document to insert a row that contains the Blob column. Is what sense this correct?

    When we prepare the statement to insert a row that contains the Blob column. Is what sense this correct? And what is the difference? Does anyone know?

    1 Preparestatement.setBlob(parameter number, blob type object)

    2 Preparestatement.setBlob(parameter number, inputstream type object)

    This link shows the test I did.

    https://community.Oracle.com/thread/3680185?SR=Inbox & customTheme = OTN

    When we prepare the statement to insert a row that contains the Blob column. Is what sense this correct? And what is the difference? Anyone know?

    1 Preparestatement.setBlob(parameter number, blob type object)

    2 Preparestatement.setBlob(parameter number, inputstream type object)

    I answered in your other thread and provided a link to the JDBC Dev Guide section, which explains how to work with type LOB and BFILE data.

    Have you read this article from doc?

    Did you read my response to your other thread?

    In java, a BLOB is just the index that gives you access to the content. In your case, you access by selecting a locator BLOB existing and getting his inputstream. This inputstream is what allows you to access the content real blob.

    The Locator is just that; It specifies the LOCATION of the blob content, but NOT the content.

  • How to apply a character Style that has already been made in a document model?

    First of all, I would like to thank everyone who helps. I am a complete newbie to the script and appreciate your help.

    I mainly use GREP expressions to search for patterns in a document and apply a character Style that has already been done. This character style did not help script, but just in InDesign when the production and implementation of the model.

    var myDoc = app.activeDocument;
    
    
    //Clear the find/change grep preferences.
    app.findGrepPreferences = NothingEnum.nothing;
    app.changeGrepPreferences = NothingEnum.nothing;
    
    //Set the find options.
    app.findChangeGrepOptions.includeFootnotes = false;
    app.findChangeGrepOptions.includeHiddenLayers = false;
    app.findChangeGrepOptions.includeLockedLayersForFind = false;
    app.findChangeGrepOptions.includeLockedStoriesForFind = false;
    app.findChangeGrepOptions.includeMasterPages = false;
    
    //GREP Expression for finding all HEADERS
    app.findGrepPreferences.findWhat = ".+\n";
    
    //Applying formatting changes to put into All Caps, Bold and changing the font size to 12 pt.
    app.changeGrepPreferences.capitalization = Capitalization.allCaps;
    app.changeGrepPreferences.fontStyle = "Bold";
    app.changeGrepPreferences.pointSize = "12";
    myDoc.changeGrep();
    
    //Clear the find/change preferences after the search.
    app.findGrepPreferences = NothingEnum.nothing;
    app.changeGrepPreferences = NothingEnum.nothing;
    

    This is how I currently. I will manually define the changes made to the text. The problem is, each model uses a different set of fonts and not all use them "BOLD", for example Sabon can use THIS "BOLD".

    I would like to know how to apply a character Style and tried to look, but nothing seems to work.

    Any help would be appreciated.

    Thank you.

    app.changeGrepPreferences.appliedCharacterStyle = "A";

  • Tecra Z50 - A - 11 c: without capital letters when shift caps lock is enabled

    Hello

    I have a laptop Toshiba Tecra Z50 - A - 11 c with 3.70 BIOS...

    I noticed a strange problem with my laptop. Occasionally, when the CAPS LOCK is turned on, I can not write in capital letters when it is off, I can write in capital letters. I couldn't find the thing to replicate.

    Is there someone with a similar problem?
    What could be the problem?

    Thank you.

    The keyboard should work as follows:

    SHIFT CAPS LOCK is enabled-> uppercase
    SHIFT CAPS LOCK is on and down SHIFT-> small initial letters
    SHIFT key-> uppercase

    If this isn't the case, test the external USB keyboard.
    The use of the external USB keyboard can be useful to find out if the internal keyboard is malfunctioning.

  • Cannot connect to internet after start - found that the firewall is not enabled

    Original title: when the pc is turned on, unable to connect to the internet, found the firewall is not turned on. After repeated clicks, it finally works

    When the pc is turned on, I can not connect to the internet. I found that the firewall is not enabled. went to the control panel and clicked on the firewall and got the message that he could not appear, also could not click the security icon. After having repeated clicks and play with him, he finally turns on and I can use the pc normally. also now when I go into the control panel I just get a list up and down things on the control panel. used to occupy the entire screen from left to right. in color, maybe these two things are related, I do not know

    When the pc is turned on, I can not connect to the internet. I found that the firewall is not enabled. went to the control panel and clicked on the firewall and got the message that he could not appear, also could not click the security icon. After having repeated clicks and play with him, he finally turns on and I can use the pc normally. also now when I go into the control panel I just get a list up and down things on the control panel. used to occupy the entire screen from left to right. in color, maybe these two things are related, I do not know

    It's just a detailed view...

    I suggest some standard maintenance and cleaning which will generally help as you allow to get acquainted with your machine so that you can restrict the possibilities...

    Search for malware:

    Download, install, execute, update and perform analyses complete system with the two following applications:

    Remove anything they find.  Reboot when necessary.  (You can uninstall one or both when finished.)

    Search online with eSet Online Scanner.

    The less you have to run all the time, most things you want to run will perform:

    Use Autoruns to understand this all starts when your computer's / when you log in.  Look for whatever it is you do not know using Google (or ask here.)  You can hopefully figure out if there are things from when your computer does (or connect) you don't not need and then configure them (through their own built-in mechanisms is the preferred method) so they do not - start using your resources without reason.

    You can download and use Process Explorer to see exactly what is taking your time processor/CPU and memory.  This can help you to identify applications that you might want to consider alternatives for and get rid of all together.

    Do a house cleaning and the dust of this hard drive:

    You can free up disk space (will also help get rid of the things that you do not use) through the following steps:

    Windows XP should take between 4.5 and 9 GB * with * an Office suite, editing Photo software, alternative Internet browser (s), various Internet plugins and a host of other things installed.

    If you are comfortable with the stability of your system, you can delete the uninstall of patches which has installed Windows XP...
    http://www3.TELUS.NET/dandemar/spack.htm
    (Especially of interest here - #4)
    (Variant: http://www.dougknox.com/xp/utils/xp_hotfix_backup.htm )

    You can run disk - integrated into Windows XP - cleanup to erase everything except your last restore point and yet more 'free '... files cleaning

    How to use disk cleanup
    http://support.Microsoft.com/kb/310312

    You can disable hibernation if it is enabled and you do not...

    When you Hibernate your computer, Windows saves the contents of the system memory in the hiberfil.sys file. As a result, the size of the hiberfil.sys file will always be equal to the amount of physical memory in your system. If you don't use the Hibernate feature and want to reclaim the space used by Windows for the hiberfil.sys file, perform the following steps:

    -Start the Control Panel Power Options applet (go to start, settings, Control Panel, and then click Power Options).
    -Select the Hibernate tab, uncheck "Activate the hibernation", and then click OK. Although you might think otherwise, selecting never under "Hibernate" option on the power management tab does not delete the hiberfil.sys file.
    -Windows remove the "Hibernate" option on the power management tab and delete the hiberfil.sys file.

    You can control the amount of space your system restore can use...

    1. Click Start, right click my computer and then click Properties.
    2. click on the System Restore tab.
    3. highlight one of your readers (or C: If you only) and click on the button "settings".
    4 change the percentage of disk space you want to allow... I suggest moving the slider until you have about 1 GB (1024 MB or close to that...)
    5. click on OK. Then click OK again.

    You can control the amount of space used may or may not temporary Internet files...

    Empty the temporary Internet files and reduce the size, that it stores a size between 64 MB and 128 MB...

    -Open a copy of Microsoft Internet Explorer.
    -Select TOOLS - Internet Options.
    -On the general tab in the section 'Temporary Internet files', follow these steps:
    -Click on 'Delete the Cookies' (click OK)
    -Click on "Settings" and change the "amount of disk space to use: ' something between 64 MB and 128 MB. (There may be many more now.)
    -Click OK.
    -Click on 'Delete files', then select "Delete all offline content" (the box), and then click OK. (If you had a LOT, it can take 2 to 10 minutes or more).
    -Once it's done, click OK, close Internet Explorer, open Internet Explorer.

    You can use an application that scans your system for the log files and temporary files and use it to get rid of those who:

    CCleaner (free!)
    http://www.CCleaner.com/
    (just disk cleanup - do not play with the part of the registry for the moment)

    Other ways to free up space...

    SequoiaView
    http://www.win.Tue.nl/SequoiaView/

    JDiskReport
    http://www.jgoodies.com/freeware/JDiskReport/index.html

    Those who can help you discover visually where all space is used.  Then, you can determine what to do.

    After that - you want to check any physical errors and fix everything for efficient access"

    CHKDSK
    How to scan your disks for errors* will take time and a reboot.

    Defragment
    How to defragment your hard drives* will take time

    Cleaning the components of update on your Windows XP computer

    While probably not 100% necessary-, it is probably a good idea at this time to ensure that you continue to get the updates you need.  This will help you ensure that your system update is ready to do it for you.

    Download and run the MSRT tool manually:
    http://www.Microsoft.com/security/malwareremove/default.mspx
    (Ignore the details and download the tool to download and save to your desktop, run it.)

    Reset.

    Download/install the latest program Windows installation (for your operating system):
    (Windows XP 32-bit: WindowsXP-KB942288-v3 - x 86 .exe )
    (Download and save it to your desktop, run it.)

    Reset.

    and...

    Download the latest version of Windows Update (x 86) agent here:
    http://go.Microsoft.com/fwlink/?LinkId=91237
    ... and save it to the root of your C:\ drive. After you register on the root of the C:\ drive, follow these steps:

    Close all Internet Explorer Windows and other applications.

    AutoScan--> RUN and type:
    %SystemDrive%\windowsupdateagent30-x86.exe /WUFORCE
    --> Click OK.

    (If asked, select 'Run'). --> Click on NEXT--> select 'I agree' and click NEXT--> where he completed the installation, click "Finish"...

    Reset.

    Now reset your Windows with this FixIt components update (you * NOT * use the aggressive version):
    How to reset the Windows Update components?

    Reset.

    Now that your system is generally free of malicious software (assuming you have an AntiVirus application), you've cleaned the "additional applications" that could be running and picking up your precious memory and the processor, you have authorized out of valuable and makes disk space as there are no problems with the drive itself and your Windows Update components are updates and should work fine - it is only only one other thing you pouvez wish to make:

    Get and install the hardware device last drivers for your system hardware/system manufacturers support and/or download web site.

    If you want, come back and let us know a bit more information on your system - particularly the brand / model of the system, you have - and maybe someone here can guide you to the place s x of law to this end.  This isn't 100% necessary - but I'd be willing to bet that you would gain some performance and features in making this part.

  • Windows cannot be installed on this physical drive of this computer may not support the start-up this drive make sure that the drive controller is enabled in the computer's bios menu

    Hello world

    I know, there are several other threads on this topic, but I couldn't find a working solution. I currently have no OS on my DELL XPS 17 L702X. When I try to install from a USB stick bootable Windows 7 Home Premium x 64 I get this error message: windows cannot be installed on this physical drive of this computer may not support the start-up this drive make sure that the drive controller is enabled in the computer's bios menu.
    I've tried wiping HARD drive and reformat with GParted. I don't really know what I could do.

    I would be very grateful if you could help me

    Hello

    I suggest that you contact the manufacturer of the computer to change the BIOS settings and check if it is has updated the BIOS.

    Important: BIOS change / semiconductor (CMOS) to complementary metal oxide settings can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/CMOS settings can be solved. Changes to settings are at your own risk.

    Let us know the results. We will be happy to help you further.

  • Windows 8 does not indicate anywhere if shift caps lock is enabled or disabled

    Windows 8 bought in December 2012. Am still terrible trouble with him. I would like to know how do I know if shift caps lock is enabled OR NOT.

    Look on your keyboard for a witness to caps lock. As a general rule, it is at the top of the keyboard, top right, or on the button itself.

  • Been using CC, but in my account says that the plan is not enabled on any device.

    I'm on a MAC, using the CC from Adobe for photographers... Photoshop and Lightroom.  The other day I accidentally closed the Adobe CC icon at the top right of my screen... that may be the problem... disconnected from my screen.  Today, I had to go to my account to update my credit card information and I noticed that the account says that my plan is NOT enabled on any device.

    I need to know the best way to ensure that my plan is activated (so far only on my desktop) and retrieve the icon of Adobe.

    Can anyone help?

    Thank you

    Open your directory/applications/adobe/adobe creative cloud/VAC and double-click the executable file.

  • Premiere Elements discs and region of serial numbers are locked?

    I think buying items 14 Amazon first because I buy a lot of stuff out there. The problem is that I am from Australia and I would technically be buying an American copy. So I was wondering if the discs and serial numbers are region locked? An American copy would work for me if I live in Australia? Thank you.

    Hello, I'm from the New Zealand, but currently living in Uganda!

    There will be no problem with the disc is readable, but the serial numbers are for local use.

    The easiest thing for you to do is to buy through Adobe.com and download it from the Adobe site as well.

    Buy locally...

    Thanks for the heads up ATR...

    Seasons Greetings everyone Uganda!

  • [JS] CS6-&gt; how to insert character at the first location of text style range

    Hello

    I have a string of text that has a block of text, anchored in the first character position of a range of text Style.

    The I normally updated text is to insert text around the ankles and that works, but I can't seem to make it work if the anchor is located at the first character.

    Example, where [a] represents the location of the anchored object (the special character):

    [a] my text

    new text:

    Under the pretext of [a] my updated text

    If this is not possible, then it is possible to move the anchor point?

    Any ideas? Thank you

    Hello

    Because you selected the frame, you can try to feed the fist PointInsertion content:

    App.Selection [0] .insertionPoints [0] = .silence 'before the anchor. "

    HTH,

    Loïc

  • Keyboard dactylographies only numbers - digital lock is disabled

    When I 1st start, none of my keys of numbers or keys of the letter type numbers only.  What keys I hit 1, the number 1 appears.  The 2nd key sequence, no matter which key I type type number 2.  This is due to move forward until when I hit the 10th key sequence, 0 is displayed.  The 11-1 typing appears again and again of the entire sequence.  If I hit the SHIFT key, then I get! @# $%^&*() and it starts again.  I can activate the number lock and Caps Lock and off - the green light comes on when you're standing on, turns off when it is turned off.

    The strange thing is that if I hibernation of the computer by closing the lid or push the Fn and F4, I discovered (hibernation) key, then wake up after a few seconds, the keyboard is back to normal work.

    Any ideas on what could happen?

    Thank you!

    Aryeh Hi and thanks for the answer!  You are right about it is not not a lack of space on my HARD drive.  I just got by cloning my old HDD to a larger HARD drive, and the problem was still there.  I tried to type 'NUMLOCK SET' in the command prompt and return "variable undefined NUMLOCK environment."  Don't know why I got this answer, I'm totally clueless when it comes to the DOS command world., but thanks for the suggestion.

    The good news is thanks to my brilliant wife doing a better search on Google that I could never reach ('keypad typing 12 3 4 5 6 7 8 9 0"), I found someone else who had the same problem.  They have recently installed something offered by Comcast, called 'constant Protection '. I had recently installed too after I called Comcast just to make sure that the email I received from their share on the subject really had them (it was).

    After that I installed, things worked well until I was preparing to make a recording of this week and noticed a constant guard was in my Start Menu upward.  Because I like to disable everything in the start menu before you save it in order to minimize potential conflicts, I took guard constant on the start menu and noticed that I started to have the 12 3 4 etc. typing problems.  I uninstalled constant guard and in a survey that popped up asking me why I was uninstalling constant guard, I noticed that they had something on "keyboard just type 1234 etc, so I checked this box.

    Just rebooted and now no more problems with my keyboard.  Yay!  Thanks for all the time and the entry!  I enjoyed all your comments.

    Best regards

    Bill

  • How can I insert C structures that have pointers to characters in the DBD file

    Hello ~

    I am changing to a file system, I did in DBD.

    And I had no other choice to convert structures that dot character members
    to insert them into the DBD file

    for the interpreter,.
    If there is a structure like below

    typedef struct
    {
    int IndexKey;
    groupID int;
    char * name;
    char * pNum;
    char * pAddr;
    char * pMemo;
    } TsomeRec;

    I did a structure to be converted as below

    typedef struct
    {
    int IndexKey;
    groupID int;
    name char [MAX_NAME_LEN];
    pNum tank [MAX_NUM_LEN];
    pAddr tank [MAX_ADDR_LEN];
    char pMemo [MAX_MEMO_LEN];
    } TsomeRec2;


    But there are too many structures to convert.

    So, I'm looking for the most effective way to integrate these records DBD structures, given Performance.

    Frankly speaking, I'am not competent.
    Please describe as accurate as possible.

    Thank you ~.

    Hello

    Review the section title documentation through Structures with DB C, in particular paragraph called C Structures with pointers. He will explain how to store structures with pointers.

    Kind regards
    Andrei

Maybe you are looking for