Тёмный

Small letter change to capital in excel letter without formula | lower case change to upper case 

Computer tech
Подписаться 1,3 тыс.
Просмотров 520
50% 1

‪@IqbalHussain-cc3iz‬
In this video we are going to learn how to change small letter to capital letter or we can say lower case to upper case and proper case. we will learn this method with formula and without formula, So watch the video completely and don,t skip otherwise you might miss some commands. and please like the video and subscribe my channel.
For VBA please copy this bellow codes :-
Sub upper()
For Each cell In Selection
If Not cell.HasFormula Then
cell.Value = UCase(cell.Value)
End If
Next cell
End Sub
Sub proper()
For Each cell In Selection
If Not cell.HasFormula Then
cell.Value = Application.WorksheetFunction.proper(cell.Value)
End If
Next cell
End Sub
Sub lower()
For Each cell In Selection
If Not cell.HasFormula Then
cell.Value = LCase(cell.Value)
End If
Next cell
End Sub

Опубликовано:

 

26 янв 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1   
@user-qt9du1rv3k
@user-qt9du1rv3k 5 месяцев назад
Bhai agr upper case ka formula lga kr without name write kye names upper case MN likh skty hn???
Далее
IF AND OR Formula in Excel with MULTIPLE CONDITIONS
17:32
Косплей на ГОЛОВОЛОМКА 2!
15:20
Просмотров 562 тыс.
I built my own 16-Bit CPU in Excel
16:28
Просмотров 1,4 млн
Excel's NEW Checkboxes Are Incredibly Cool! Here's why
14:24
The Man Who Solved the World’s Hardest Math Problem
11:14
Best 11 Excel Tips You NEED to Know!
9:48
Просмотров 50 тыс.