View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
March March is offline
external usenet poster
 
Posts: 34
Default Open the Excel Workbooks in Windows Scheduled Task

Hello,

I would like to know how to do programming in oreder to get the excel
objects open multi-workbooks. Let me descripe what I need to be done on my
project following this.

I have 3 excel workbooks. For example, A, B, and C.

First, I have A to open. With A, ThisWorkbook_Open(), I have its to open B.
B contains links to a DLL. [Through this my project works well] This step, I
could get all values through the links.

Next, I would like to open C with the same window. That I cannot open it in
the same window with A and B, when I setup window scheduled task.




Please give me suggestion.

March