✅ Step-by-Step: Windows 11 me Word Macro ke liye Shortcut Key Set Karna

 


🔹 Step 1: Macro Create Karo

  1. Open Microsoft Word.

  2. Press Alt + F11 → VBA Editor open hoga.

  3. Insert > Module par click karo.

  4. Paste ye combined macro code:

vba

Sub ToggleTextCase() Dim txt As String Dim newText As String txt = Selection.Range.Text If txt = UCase(txt) Then newText = StrConv(txt, vbProperCase) ElseIf txt = StrConv(txt, vbProperCase) Then newText = LCase(txt) Else newText = UCase(txt) End If Selection.Range.Text = newText End Sub

Comments

Popular posts from this blog

✅ HTML Code: VBA Case Conversion Macros for MS Word & Excel

Site password set pest kro Head ke uper