Learn More

Excel Tips स्मार्ट लोगों के लिए

Excel Tips स्मार्ट लोगों के लिए

इस कोड से आप  लोअर केस, अप्पर केस और प्रॉपर केस बिना फार्मूला आपने एक्सेल फाइल में फिक्स कैसे कर सकते है | इसके लिए आप निचे दिया गया वीडियो देखके स्टेप्स फॉलो कीजिये

इस कोड को कॉपी और पेस्ट कीजियेगा आपने एक्सेल VBA फाइल में :

Sub UPPERCASE()
For Each cell In Selection
If Not cell.HasFormula Then
cell.Value = UCase(cell.Value)
End If
Next cell
End Sub

Sub ProperCase()
For Each cell In Selection
If Not cell.HasFormula Then
cell.Value = Application.WorksheetFunction.Proper(cell.Value)
End If
Next cell
End Sub

Sub lowercase()
For Each cell In Selection
If Not cell.HasFormula Then
cell.Value = LCase(cell.Value)
End If
Next cell
End Sub

तो अगर ये BLOGआपको पसंद आयी होगी तो बस कमेंट करना ना भूलिए । कमेंट करने के लिए इस वेबसाइट को आप अपने मोबाइल में डेस्कटॉप मोड विजिट कीजियेगा आशा है आप कमेंट करेंगे |
और ब्लॉग पढ़ने के लिए निचे लिंक्स दिए है क्लिक करे |

कंप्यूटर टिप्स   ||  एक्सेल टिप्स   ||  टैली टिप्स  ||  ऑटोकैड टिप्स  || वर्ड टिप्स || एक्सेल एग्जाम  ||  टैली एग्जाम 

Spread the love

6 thoughts on “Excel Tips स्मार्ट लोगों के लिए”

Leave a Comment

4 Most effective Laptop Touchpad Tips What is Basic Computer Course (BCC) course in Hindi? How to hide WIFI Name of our Router in Hindi? 10 useful website for graphic user in hindi Mouse Setting की ये tricks आपको नहीं पता, तो सब बेकार हैं।