Re: Force Caps Lock
From: Chip Pearson (chip_at_cpearson.com)
Date: 05/25/04
- Next message: JWolf: "Re: Force Caps Lock"
- Previous message: Simon Lloyd: "Re: combo box close on selection help!!"
- In reply to: kkknie: "Re: Force Caps Lock"
- Next in thread: John: "Re: Force Caps Lock"
- Reply: John: "Re: Force Caps Lock"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 25 May 2004 15:52:06 -0500
> For Each r in Sheets("Template").Range("A9:C43").Value
This should be
For Each r in Sheets("Template").Range("A9:C43").Cells
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
"kkknie >" <<kkknie.16tls7@excelforum-nospam.com> wrote in
message news:kkknie.16tls7@excelforum-nospam.com...
> I was afraid that wouldn't work. Should have tested (duh).
>
> Modify to this:
>
> Dim r as Range
>
> For Each r in Sheets("Template").Range("A9:C43").Value
> r.Value = UCase(r.Value)
> Next
>
> This will loop through the cells individually and should work.
>
> K
>
>
> ---
> Message posted from http://www.ExcelForum.com/
>
- Next message: JWolf: "Re: Force Caps Lock"
- Previous message: Simon Lloyd: "Re: combo box close on selection help!!"
- In reply to: kkknie: "Re: Force Caps Lock"
- Next in thread: John: "Re: Force Caps Lock"
- Reply: John: "Re: Force Caps Lock"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|