vba使用带有数据和typetexts的字符串

时间:2017-07-21 13:45:06

标签: string vba copy-paste

Dim price As String
price = Sheet1.Cells(39, 2).Copy: wdapp.Selection.PasteAndFormat xlValue
.TypeText "The following agreement price is" & price & "wsfwfwf"

这是我得到的结果......为什么是真的?和之前的数字?有人可以解释谢谢!

$ 25,819.80

以下协议价格为真正的25,819.80美元

每年付款。

0 个答案:

没有答案