Will do so, thanks!
Here is the code for extracting images from ppt! But I think is in VBA!
Sub ExtractImagesFromPres()
On Error GoTo ErrorExtract
Dim oSldSource As PowerPoint.Slide
Dim oShpSource As PowerPoint.Shape
Dim ctr As Integer
Dim sPath As String
sPath = "C:\"...
I have a powerpoint file that does exactly (except the text saving) what I want to do but only in VB6! How can I send this ppt file to you guys so you can check and see exactly what I'm trying to achieve?
Thanks
Thanks for the help guys, but this code does not help me exactly for what I'm trying to do!
The program I'm creating is a VB6 app. There is a open button to open a ppt file. then I got an Extract button that I press and this will extract all the images from the selected file to a specified...
Thanks, OK I looked at al the properties from the common dialog control but I cannot find anything else that could be useful for doing anything else! I think this should work fine!
Can I ask another question in this post or should I post a new one!
The question I want to ask is basically what to...
I'm creating a program in Visual Basic 6 to export pictures from existing powerpoint file.
How do I open an existing powerpoint file through a common dialog control. Powerpoint application should not open, basically I just want to open a ppt file leave it in
"memory" and then export the...
The thing is I'm not using the vb editor in Powerpoint application. I want to create this program in Visual Basic 6 itself. The vb6 help is called MSDN and I don't have it!
Please help!
Thanks
What VB help do you mean. If you are talking about msdn, I do not have that installed on my PC. I kinda lost the disks!
I got two VB6 books but nothing there is helping me!
Hi there and thanks for your reply!
Could you please assist me in how to use the GetObject function. I searched on the internet and on VBHelp but I just don't know how to use it. I'm a newbie!
Thanks alot!
I creating a program Visual Basic 6 to export pictures from existing powerpoint files.
How do I open and existing powerpoint file through a common dialog control. Powerpoint application should not open, basically I just want to open a ppt file leave it in
"memory" and then export the pictures...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.