Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Save Embedded Files

Hi All,

I have a workbook that contains embedded pdf / html files in a column
(never column A). The column to its immediate left contains a path.

Is there any way where I can save the embedded files in the path
provided?

Cross posted at :- http://www.mrexcel.com/forum/showthread.php?t=401819

Thanks,

Sandeep
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 747
Default Save Embedded Files

I tried to get this done, but unfortunately not

I can able to open objects and save it my document but you need to
save it in a specified location.

try this, i will try to find this answer.

Sub emdb()
Dim obj As Object
For Each obj In ActiveSheet.Shapes
obj.Select
Selection.Verb
Application.SendKeys "+^(s)", True
Application.SendKeys ("{TAB} + {TAB} + {ENTER}")
Application.SendKeys "^(W)", True

Next

End Sub



On Oct 23, 2:21*pm, Sandeep Warrier wrote:
Hi All,

I have a workbook that contains embedded pdf / html files in a column
(never column A). The column to its immediate left contains a path.

Is there any way where I can save the embedded files in the path
provided?

Cross posted at :-http://www.mrexcel.com/forum/showthread.php?t=401819

Thanks,

Sandeep


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
Embedded files Lindae Excel Discussion (Misc queries) 1 May 18th 09 12:08 PM
Save embedded object? Charlotte E.[_2_] Excel Programming 1 November 7th 08 11:00 AM
embedded wav files ARGT Excel Discussion (Misc queries) 4 July 21st 08 10:53 AM
Save an embedded workbook in PPT Jose Mourinho Excel Discussion (Misc queries) 2 July 8th 07 04:01 PM
embedded files nath Excel Programming 0 September 17th 03 02:17 PM


All times are GMT +1. The time now is 03:28 AM.

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

About Us

"It's about Microsoft Excel"