1. 先定义参数例:DIM WB AS RANGE2、再给相关参数赋值例:set wb =thisworkbook.sheets("sheetA").range("a1")3、输入汇总语句:wb.value=wb1.value+wb2.value(如果是文本用&来作运算符)