No it's not a linked document it's an embedded one.
I have an excel document that has an embedded word document. When I click on it I am able to edit it. If I send this to other users it works but somtimes a user will click on it and all they see is grey. Can anybody tell me why this would happen.
It's almost like the user has the sheet minimized within the window. If he sends it back to me I can view it just fine.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: byundtPosted on 2009-10-27 at 15:35:03ID: 25678452
I assume that you inserted the Word document as a link. If so, the path to that document is stored relative to your computer. You can see this path in the formula bar if you click on the embedded document.
ow to make your UDF look more professional.doc'!'''' heep\dpcst orage\Proj 18163 - FIVR System\02 SDD Phase\EDM Design\System Engineering\Requirements Traceability Matrix.doc'!''''
In my Excel 2003 test workbook, which I saved to my local hard drive, I embedded two Word documents. One of them is on a network drive while the other is on my local hard drive. The stored paths as displayed in the formula bar are as follows:
=Word.Document.8|'C:\VBA\H
=Word.Document.8|'\\Blacks
If I sent the test workbook to someone else, they would not be able to resolve the link to the document on my C drive, but they would have no problems with the one on the network drive. If Excel can't resolve the link, then the user won't be able to edit the document.
Assuming that the above explanation fits the problem, try navigating to the linked document by going through Network Neighborhood. In so doing, you should be able to store the absolute path to your file, and the other users can see and edit the embedded document. If that document is on your computer, you'll also need to grant permission to other users to view files in certain folders on your computer.