请教高手如何用VBA编程读取其它excel文件中某个单元格中的内容

日期:2016-01-09 14:02:30 人气:1

请教高手如何用VBA编程读取其它excel文件中某个单元格中的内容

sub test() set wb=workbooks.open("D:\其它excel文档.xls") tmp=wb.worksheets(1).[c2] wb.close 0 msgbox tmp end sub
    A+
热门评论