paicheng0111 的回答回應列表
281
ByVal Shift As Integer是VBE自動生成的,不要去改它。
你試試看EXCEL的進階篩選功能https://isvincent.pixnet.net/blog/...
你的EXCEL版本是2003嗎?依據https://docs.microsoft.com/zh-tw...
我試過用在我的檔案中資訊太大無法用
可以再解釋清楚嗎?有錯誤訊息嗎?
把with wks2.Columns改成with wks2.Range試試看
Cells(i, c) = Cells(j, "B")
可能要改成
Cells...
我用Excel 2016 MSO (16.0.4849.1000)64位元Datedif還是可以用。...