当然,也可以用VBA自定义宏代码:
Sub fd()
Dim sht As Worksheet
For Each sht In Sheets
sht.UsedRange = sht.UsedRange.Value
Next
End Sub
摄影技巧分享