且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用excel vba根据货币标准格式化列中的数字?

更新时间:2023-10-05 09:23:34

以下内容会将给定的列格式化为货币:

The following will format a given column as Currency:

Sheets("Sheet1").Columns("A").NumberFormat = "£#,##0.00"