Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.word.vba.general,microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default word files with embedded excel objects

I have a user that has ~300 word files. Each of these word files have
embedded excel objects in them.

The powers that be want a program written that will open these word
files and edit hyperlinks that are inserted into the excel objects. Is

this doable? Any help getting started would be apreciated.


Thanks
Mike

  #2   Report Post  
Posted to microsoft.public.word.vba.general,microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default word files with embedded excel objects

If the Excel objects are embedded (when the field codes are viewed you will
see { EMBED Excel.Sheet.# ) there is nothing that you can do because there
is no way of telling from that information what is the name and path of the
source file from which you could create a link.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"mike d" wrote in message
oups.com...
I have a user that has ~300 word files. Each of these word files have
embedded excel objects in them.

The powers that be want a program written that will open these word
files and edit hyperlinks that are inserted into the excel objects. Is

this doable? Any help getting started would be apreciated.


Thanks
Mike



  #3   Report Post  
Posted to microsoft.public.word.vba.general,microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default word files with embedded excel objects

Thanks for your reply. This doc is in office xp. If I do a Alt + F9 I
can still see the table. If I double click the table it opens the
table in excel.

How do I view the field codes to make sure?

Thanks
Mike


Doug Robbins - Word MVP wrote:
If the Excel objects are embedded (when the field codes are viewed you will
see { EMBED Excel.Sheet.# ) there is nothing that you can do because there
is no way of telling from that information what is the name and path of the
source file from which you could create a link.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"mike d" wrote in message
oups.com...
I have a user that has ~300 word files. Each of these word files have
embedded excel objects in them.

The powers that be want a program written that will open these word
files and edit hyperlinks that are inserted into the excel objects. Is

this doable? Any help getting started would be apreciated.


Thanks
Mike


  #4   Report Post  
Posted to microsoft.public.word.vba.general,microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default word files with embedded excel objects

If doing an Alt+F9 does not cause the display of the table to be replaced by
a field code, then the Excel Sheet was actually constucted in the document
using the Insert Microsoft Excel Worksheet button on the toolbar and in that
case, there is no external file to which you can create a link.

It may be possible however to write a macro to extract the table from the
document and save it as a worksheet so that you can link it back into the
document. I don't have the code for that lying around however.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"mike d" wrote in message
oups.com...
Thanks for your reply. This doc is in office xp. If I do a Alt + F9 I
can still see the table. If I double click the table it opens the
table in excel.

How do I view the field codes to make sure?

Thanks
Mike


Doug Robbins - Word MVP wrote:
If the Excel objects are embedded (when the field codes are viewed you
will
see { EMBED Excel.Sheet.# ) there is nothing that you can do because
there
is no way of telling from that information what is the name and path of
the
source file from which you could create a link.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"mike d" wrote in message
oups.com...
I have a user that has ~300 word files. Each of these word files have
embedded excel objects in them.

The powers that be want a program written that will open these word
files and edit hyperlinks that are inserted into the excel objects. Is

this doable? Any help getting started would be apreciated.


Thanks
Mike




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
formula references two embedded excel objects in Word doc Jeff Excel Worksheet Functions 1 August 15th 08 02:08 AM
Converting embedded objects in excel versus word Steve Excel Worksheet Functions 2 July 12th 07 05:34 PM
Problem opening Excel file 1 time with embedded Word objects [email protected] Excel Programming 0 August 3rd 05 08:47 PM
Font Changes on Embedded/Linked objects in Word dankim Excel Programming 1 July 22nd 04 04:44 AM
Embedded Objects in Excel Lonely[_4_] Excel Programming 0 December 15th 03 01:20 PM


All times are GMT +1. The time now is 01:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"