PDA

View Full Version : Solved: Excel in Parallels Word not... Help



jazzyt2u
04-20-2009, 11:11 AM
I just wanted to see if there's some way to make this work.
I have a client who has a MAC... She uses Excel in Parallels for Windows... I am able to code things just fine... she doesn't have Word in Parallels... and I need Excel to open Word... and to find bookmarks and paste things etc...
Is there a way to do this without purchasing Word for windows... Just thought I'd ask.... because this isn't working:



Dim oWord As Object
Dim oDoc As Object

Set oWord = CreateObject("Word.Application")

Bob Phillips
04-20-2009, 11:24 AM
Nope, not possible.

jazzyt2u
04-20-2009, 12:24 PM
Thanks!!!! :(