1 Change Case -
a) Proper Case - It will change the selected cells to proper case.
b) Lower Case - It will change the selected cells to Lower case.
C) Upper Case - It will change the selected cells to Upper case.
D) Sentence Case - It will change the selected cells to Sentence case.
Note : To use simply select the cells first and then run the macro from drop down. snapshot below
Subscribe to:
Post Comments (Atom)
Import data from SQL
Macro to import data from SQL using ADO connection string: Sub Import_data_from_SQL() ' Tools -> References -> Microsoft Active...
-
If you want to add a new menu on mouse right click "Workbook Navigation showing you the list of all open workbooks and worksheets in ea...
-
Macro to Export Range in Json Format Option Explicit Sub export_in_json_format() Dim fs As Object Dim jsonfile Dim rangetoex...
Download Link http://www.excelvbamacros.com/2012/01/my-menu-functions-and-help.html
ReplyDelete