作者Ibrahimovic (伊布)
看板Office
标题[算表] 「转换成数字」的程式码
时间Tue Jul 17 01:02:21 2018
软体: Excel
版本: 2016
https://i.imgur.com/qlIoiTm.jpg
如上图
用录制巨集时无法录出来
请问转换成数字这个功能,在VBA要如何写出来?
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 218.164.6.11
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Office/M.1531760544.A.C2B.html
※ Ibrahimovic:转录至看板 Visual_Basic 07/17 01:03
1F:→ soyoso: google excel vba convert text to number 07/17 06:55
找到了,感谢您
记录一下
https://stackoverflow.com/questions/36771458/vba-convert-text-to-number
[L:L].Select '选择欲转换的范围
With Selection
.NumberFormat = "General"
.Value = .Value
End With
※ 编辑: Ibrahimovic (218.164.6.11), 07/17/2018 09:31:04