AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,051
- Office Version
- 2019
- 2010
- Platform
- Windows
Code:
Sub DoComment(r As Range, T, Optional Append = False, Optional theSize = 10)
After much debugging, I find theSize above is NOT 10 !!!
Just confirmed by stepping.
It works correctly in Excel 2003.
Can I fix it ? Thanks