F
FGM
I am doing a sample out of "Excel and Access" by O'reilly.
He copies charts from Excel to Powerpoint. He puts the chart title name in
a text box on the powerpoint slide. However, I would like to add the excel
spreadsheet filename to the notes box at the bottom of the slide. I want to
be able to keep tract of where the chart came from but I do not want it to
show up on the slide presentation.
To refer to the first text box for the chart title he uses Set pptshapes =
pptslide.Shapes("Rectangle 2").
I have recorded a macro trying to figure out what the text box is called in
the notes area but have not had any luck. I just get the following:
ActiveWindow.Selection.ShapeRange.TextFrame.TextRange.Characters(Start:=1,
Length:=0).Select
With ActiveWindow.Selection.TextRange
does anyone know where i could find some help on this?
thanks
.Text = "how do you know this is the notes area?"
He copies charts from Excel to Powerpoint. He puts the chart title name in
a text box on the powerpoint slide. However, I would like to add the excel
spreadsheet filename to the notes box at the bottom of the slide. I want to
be able to keep tract of where the chart came from but I do not want it to
show up on the slide presentation.
To refer to the first text box for the chart title he uses Set pptshapes =
pptslide.Shapes("Rectangle 2").
I have recorded a macro trying to figure out what the text box is called in
the notes area but have not had any luck. I just get the following:
ActiveWindow.Selection.ShapeRange.TextFrame.TextRange.Characters(Start:=1,
Length:=0).Select
With ActiveWindow.Selection.TextRange
does anyone know where i could find some help on this?
thanks
.Text = "how do you know this is the notes area?"