【发布时间】:2015-03-23 08:00:03
【问题描述】:
我不熟悉VB6,我想在新环境(即新桌面)中编译现有项目,所以我错过了一些开发工具或参考来运行下面的代码吗?因为当我运行项目时它指向 (Date) 。
ExcelSheet.Cells(2, 1).Value = "Printed As At " & ls_now
If optCurrent.Value = True Then
ExcelSheet.Cells(4, 1).Value = "Year : " & Year(Date)
Else
ExcelSheet.Cells(4, 1).Value = "Year : " & cboYear.Text
End If
请帮忙,万分感谢
【问题讨论】:
-
你有什么问题?