PC Review


Reply
Thread Tools Rate Thread

Control of an OLE object (ppt)

 
 
dransfield
Guest
Posts: n/a
 
      19th Feb 2008
I'm building a 'survey' style template that's going out to a bunch of
different departments.
I'm stuck on a couple of things that I'm trying to do:

Problem 1
---------------
There's a big merged cell that responders should type text into.
However, they might not type in text, but they might want to past in a
ppt slide to answer the question.
How do I detect / collect this.
Specifically: I've got a 'progress bar' kind of arrangement, where if
they type something in an entry area, then that's treated as being
completed. This is picked up by a simple hidden page which has
formulas saying "=if(b10="","Incomplete","Complete"), which works
fine, unless they just answer question with an OLE PPT slide, in which
case how do I detect its presence?


Problem 2
---------------
The blank form will have some OLE Powerpoint slides built into it, so
that when a user presses on a button then the correct PPT slideshow
pops up. I've got that working nicely. There are 5 PPT objects, each
with some duplicated slides.

My client has asked me to change this to just one PPT presentation,
but when eg. you press 'button 1' only slides 1, 3 and 7 display, and
for button 2 a different combiniation of slides pops up. Is there any
way to do this?

And to top it off, the way I've got it set up at the moment, (using
the following line:

Sheets("Embed").Shapes("Object " & ObjectNumber).Select
'ActiveSheet.Shapes("Object 5").Select
Selection.Verb Verb:=xlPrimary
 
Reply With Quote
 
 
 
 
dransfield
Guest
Posts: n/a
 
      19th Feb 2008
Whoops! - I inadvertently posted the message mid-typing. I've
continued below........

On 19 Feb, 12:46, dransfield <dransfi...@mail.com> wrote:
> I'm building a 'survey' style template that's going out to a bunch of
> different departments.
> I'm stuck on a couple of things that I'm trying to do:
>
> Problem 1
> ---------------
> There's a big merged cell that responders should type text into.
> However, they might not type in text, but they might want to past in a
> ppt slide to answer the question.
> How do I detect / collect this.
> Specifically: I've got a 'progress bar' kind of arrangement, where if
> they type something in an entry area, then that's treated as being
> completed. This is picked up by a simple hidden page which has
> formulas saying "=if(b10="","Incomplete","Complete"), which works
> fine, unless they just answer question with an OLE PPT slide, in which
> case how do I detect its presence?
>
> Problem 2
> ---------------
> The blank form will have some OLE Powerpoint slides built into it, so
> that when a user presses on a button then the correct PPT slideshow
> pops up. I've got that working nicely. There are 5 PPT objects, each
> with some duplicated slides.
>
> My client has asked me to change this to just one PPT presentation,
> but when eg. you press 'button 1' only slides 1, 3 and 7 display, and
> for button 2 a different combiniation of slides pops up. Is there any
> way to do this?


Problem 3
------------------
> And to top it off, the way I've got it (problem 2) set up at the moment, (using
> the following line:
>

.......................post continued.......

Sheets("Embed").Shapes("Object " & ObjectNumber).Select
* * Selection.Verb Verb:=xlPrimary

which opens it up as a slideshow, but my client wants the user to be
able to copy section of this and paste it into other parts of the
template, so to open it up in editable powerpoint.

Any pointers greatly appreciated.
Dz

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
2 Label Options - Forms Object vs Control Box Object Awrex Microsoft Excel Misc 3 17th Jul 2009 07:10 PM
Error "object reference not set to instance of an object" when trying to set datasource property of a bound column in datagrid control Martin Widmer Microsoft VB .NET 0 23rd Jan 2006 09:24 AM
how can i execute a delegate on the thread that created the object ? (object that is not control ) Gaurav Vaish Microsoft C# .NET 3 12th Jun 2005 10:54 PM
HTML Control/Web control? Can't insert a dropdownlist object J. Muenchbourg Microsoft Dot NET 0 18th Mar 2004 01:10 AM
How do I control or pass data from a webForm object and an html object? Steve Westwood Microsoft C# .NET 1 17th Oct 2003 06:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:23 PM.