Related:
- Can vba return excel cell value with formats
- If cell contains (multiple text criteria) then return (corresponding text criteria) ✓ - Excel Forum
- Excel date format dd.mm.yyyy - Guide
- Excel if cell contains date then return value ✓ - Office Software Forum
- If cell contains specific text then return value in another cell vba ✓ - Excel Forum
- How to enable vba in excel - Guide
2 replies
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