Thread: Wordpad
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kee Kee is offline
external usenet poster
 
Posts: 4
Default Wordpad

I have an embedded wordpad which i can access as an oleobject in VBA. I am
completely unsuccessful and curious if I could read the contents of the
embedded file. Once I have the file contents read, I am going to parse the
information and direct the information to cells.

I just need a direction and if the capability is feasible without writing a
temp file and then reading a temp file from the filesystem.


Thanks,