|
-
May 13th, 2006, 03:25 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] adding a text box to a powerpoint slide
Hey,
using MS Access, I've created a powerpoint slide with a pie chart based on a query. what I'd like to do now is add a text box with a title to this slide.
for adding the chart I've used an MS article that uses this line:
Set shpGraph = OpwrPresent.Shapes.AddOLEObject(left:=LLeft, _
top:=lTop, Width:=lwidth, Height:=lheight, _
ClassName:="MSGraph.Chart", Link:=0).OLEFormat.Object
any idea what classname is used for text box? or if I should do this in another way?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|