討論串[VBA ] 關於Cells.Replace
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
'儲存格範圍:A1 ~ A999. Dim oldstr As String, newstr As String, m As String, s As String. Dim i1 As Integer, i2 As Integer. For i = 1 To 999. oldstr = Range
(還有763個字)
內容預覽:
目前我需要將時間表裡的時間格式大量置換. 原本格式 5'20" <- excel視為字串. 要置換為 00:05:20 <- excel視為時間. 初步的想法是用loop來跑. loop m=0 to 60. loop s=0 to 60. Replace m's" to 0:m:s. end lo
(還有26個字)
首頁
上一頁
1
下一頁
尾頁