ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   auto correct small leters to caps letters (https://www.excelbanter.com/excel-discussion-misc-queries/255042-auto-correct-small-leters-caps-letters.html)

santhosh

auto correct small leters to caps letters
 
How to change all the small letters in a work sheet to caps letters

מיכאל (מיקי) אבידן

auto correct small leters to caps letters
 
Your function is: UPPER
You may use it in an adjacent sheet to achieve what you want OR to run a
macro on all the used-cells in your sheen to change the appropriate letters.
Micky


"Santhosh" wrote:

How to change all the small letters in a work sheet to caps letters


Jacob Skaria

auto correct small leters to caps letters
 
Hi Santhosh

If you are looking for Autocorrect then try the below. Select the sheet tab
which you want to work with. Right click the sheet tab and click on 'View
Code'. This will launch VBE. Paste the below code to the right blank portion.
Get back to to workbook and try out.

Private Sub Worksheet_Change(ByVal Target As Range)
If Not Target.HasFormula Then Target.Value = UCase(Target.Value)
End Sub

--
Jacob


"Santhosh" wrote:

How to change all the small letters in a work sheet to caps letters



All times are GMT +1. The time now is 03:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com