View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
vernington vernington is offline
external usenet poster
 
Posts: 4
Default export data to an existing and open workbook without knowing t

The idea is to open the existing, open workbooks, i.e. those being used by
the user.

"NickHK" wrote:

If you do not know the filename, how will you know if you find it ?

NickHK

"vernington" wrote in message
...
I'm writing a windows forms app in .net. I want to export data to an open

and
visible workbook, the filename of which I do not know. Is this possible?

If
so, how?