OK. I have an excel spreadsheet and a vba subroutine called "DoOpenSourceFile" When run it reads a text file and processes a series of records. Ok so far.
I need to execute this inside of ms word.
I can use CreateObject to start an instance of excel and brin in my spreadsheet. I can set the property visible = true, so excel become visible.
Now I need to execute my excel subroutine. (Its not a recorded macro.)
Thank
Chris
I need to execute this inside of ms word.
I can use CreateObject to start an instance of excel and brin in my spreadsheet. I can set the property visible = true, so excel become visible.
Now I need to execute my excel subroutine. (Its not a recorded macro.)
Thank
Chris