摘要:
private void ThisWorkbook_Startup(object sender, System.EventArgs e) { string sCode = "Sub VBAMacro()\r\n" + "MsgBox \"Test\"\r\n" + "End Sub"; VBComponent oModule; oModule = Globals.ThisWorkbook.VBPr... 阅读全文
posted @ 2010-03-16 13:57
RobinLao
阅读(1251)
评论(0)
推荐(0)