set focus to an excel cell from word

H

hanyu.chuang

Let's say I have a simple excel.workbook object in word VBA, like

set someWorkbook = GetObject("somefile.xls")

is it possible to write a simple sub that opens Excel, opens up the
somefile.xls, and set user focus to a specific cell, like

SetFocusToExcelCell "B5", someWorkbook

????
 
Top