'In case that the sheetName is not empty set the new sheet's name to sheetName
If sheetName <> "" Then
worksheet.Name = sheetName
End If作者: bagwell333 时间: 2009-9-11 12:28
录制的宏只能做参考,VBA直接调用和COM接口调用个人感觉还是有区别的。作者: chooseyou123 时间: 2009-9-19 13:33
objworksheet.add after:=objworksheet(objworksheet.Count)
这是个什么意思啊
被你搞晕了。
after后面的赋值怎么搞的跟c一样还带个冒号啊作者: zero0223 时间: 2009-9-21 10:00