VB开发——打开Excel并使特定的worksheet处于激活状态
摘要:
Private Sub Command1_Click() Dim strDestination As String strDestination = App.Path & "/Excels/20060310.xls" Dim xlApp As Excel.Application... 阅读全文
posted @ 2006-04-05 21:45 爱你一万年123 阅读(354) 评论(0) 推荐(0)