2 Formatting
a) Clean - It will clean the selected cells
b) Trim - It will trim the selected cells
c) Clean & Trim - It will clean and trim the selected cells
d) Remove Hyperlinks - It will remove hyperlinks from selected cells
e) Clear Format - It will clear formats from selected cells
f) Remove Comments - It will remove comments from the selected cells
g) Convert all cells to Text- It will convert all selected cells to text add "'" at front
h) Convert all cells to Value- It will convert all selected cells to values
Note : To use simply select the sells first and 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