View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Boba Boba is offline
external usenet poster
 
Posts: 27
Default open Workbook path

Dear All;
I'd like to list all open workbooks from my VC application.
My first step was calling GetActiveObject; it returns
a pointer to IUnknown interface for Excel Application.
Now I can get the names of all loaded workbooks but I
also need their paths (Excel10 on Windows XP). Thanks.
Boba.