Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 17th, 2005, 07:59 AM
Registered User
 
Join Date: Jan 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Save Pictures outside Excel

Hi,
I have pictures in excel, there were pasted and not inserted as picture and here starts the problem.
I need to save the pictures outside excel (in VBA).
something like: right click-save as - but it doesn't exists.

I have:
ActiveSheet.Shapes("Picture 33").Select
And I know I should use "SavePicture" but missing with details.

Thank you!

 
Old May 7th, 2006, 08:26 AM
Registered User
 
Join Date: May 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

U at the wrong way. SavePicture saves button images only. Not images-objects.

I save it via "Save As... " -> web page. This results in all document pictures will stay in a separate folder.

If u have found other way - please share.








Similar Threads
Thread Thread Starter Forum Replies Last Post
Change embeded pictures in excel to file names exceldude Excel VBA 2 October 30th, 2012 04:46 AM
Pictures in Automation of Excel gardengirl447 BOOK: Access 2003 VBA Programmer's Reference 2 July 4th, 2011 06:54 PM
Save Excel file. dpkbahuguna ASP.NET 2.0 Basics 1 March 10th, 2007 07:47 PM
Save Pictures in MS SQL Server 2000 kudzuconf SQL Server 2000 1 March 15th, 2006 11:10 AM
Save grid in Excel jkalinina C# 1 September 12th, 2003 02:22 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.