Hey Excel Gurus,
I have a large data with multiple worksheets. Please my requirement this time is for a vba code that performs trimming on the existing data present in all worksheets of my workbook.
For example if text is (without the quotation marks):
" abc def "
the code runs and check for data cells on each sheet and voila...
"abc def"
Thank you and much appreciation.
I have a large data with multiple worksheets. Please my requirement this time is for a vba code that performs trimming on the existing data present in all worksheets of my workbook.
For example if text is (without the quotation marks):
" abc def "
the code runs and check for data cells on each sheet and voila...
"abc def"
Thank you and much appreciation.