Related:
- Can vba return excel cell value with formats
- Vba case like - Guide
- Excel online vba - Guide
- Excel mod apk for pc - Download - Spreadsheets
- How to change date format in excel - Guide
- Vba excel mac - Guide
2 responses
Hi,
information of each letter is found with this parameter:
ActiveCell.Characters(i).Font.Bold 'i is index
This should get you started
information of each letter is found with this parameter:
ActiveCell.Characters(i).Font.Bold 'i is index
This should get you started
Apr 2, 2009 at 05:10 PM