VBA 里面,当我完成一个数组的定义以及赋值后,我怎么把它转化到sheet里面。
题目是这样的:
once the array has been filled,ask the user for a location to output. when this has been obtained and verified then output the table. provide row and column headings and a suitable title for the table.
用set userange=inputbox("choose the location",,,,,,,8)选定区域以后,如何把array的数据导进去。