E
Edward
Hi everybody,
Im working on a Power Point project and I want to write a macro in power
point to open a word document in a certain directory and name copy its
content which is at most two pages ( it's just text and possibily a table but
no other shape or footer/header) and then past it in power point. I already
wrote the code how to find documents names and its directory and file names
now I just need to know how to open the file and copy its contenet
dim Appwd as Object
set Appwd=CreateObject("word.application")
Appwd.documents.open "C:\......"
Im stuck here
Any suggestions?
thanks a lot
Im working on a Power Point project and I want to write a macro in power
point to open a word document in a certain directory and name copy its
content which is at most two pages ( it's just text and possibily a table but
no other shape or footer/header) and then past it in power point. I already
wrote the code how to find documents names and its directory and file names
now I just need to know how to open the file and copy its contenet
dim Appwd as Object
set Appwd=CreateObject("word.application")
Appwd.documents.open "C:\......"
Im stuck here
Any suggestions?
thanks a lot