abdo meghari
Well-known Member
- Joined
- Aug 3, 2021
- Messages
- 639
- Office Version
- 2019
Hi experts
I search for way to show numberformat inside specific shape like this #,##0.00
this is what I have
but doesn't work at all ,
any other way to succeed it ,please?
I search for way to show numberformat inside specific shape like this #,##0.00
this is what I have
VBA Code:
Sheets("INV_PUR").Shapes("Rectangle 3003").TextFrame.Characters.Text = Format(Sheets("INV_PUR").Shapes("Rectangle 3003").TextFrame.Characters.Text, "#,##0.00")
any other way to succeed it ,please?