Hernan_g_f
New Member
- Joined
- Jul 26, 2022
- Messages
- 22
- Office Version
- 365
- Platform
- Windows
Hello all,
I have the following percentage numbers in column A and I want to convert them to text using vba
A B
1 20 % = worksheetfunction.? Cells(i,1).Value?? text (in %)
2 10 %
3 15 %
How can I do it?
Thanks i advance,
Hernán
I have the following percentage numbers in column A and I want to convert them to text using vba
A B
1 20 % = worksheetfunction.? Cells(i,1).Value?? text (in %)
2 10 %
3 15 %
How can I do it?
Thanks i advance,
Hernán