That is working. But it created picture objects linked to the Excel cell. I
am trying to find a way that i can do this in VBA and have my text box in
Powerpoint linked to excel cell.
I did paste link as Excel object. it appear to be a picuture object, but it
is not a picture exactly. you can resize it but you cannot rotate it.
In powerpoint, every time i create a text box, it assigns a text box number
to it, and it seems that i don't have a control over the assigned number(i
cannot change it). I have a graphy in Powerpoint and labeled with those text
boxes. What i am trying to do is to link the content of the text box to the
cell value in my excel spreadsheeet.
But doubleclick it. That should either launch the source file in Excel or open it
"in-place" for editing within PPT.
And if you change the linked content in the excel file then reopen the presentation,
it should update.
In powerpoint, every time i create a text box, it assigns a text box number
to it, and it seems that i don't have a control over the assigned number(i
cannot change it).
PowerPoint assigns a name to every new shape it creates, but you can change that via
VBA by changing the .Name property.
I have a graphy in Powerpoint and labeled with those text
boxes. What i am trying to do is to link the content of the text box to the
cell value in my excel spreadsheeet.
When you pastelink a range from XL into PPT, it is not pasting the
content into a PPT textbox but into an OLE object, which cannot be
rotated inside of PPT. If you want rotated text you have to rotate it
in XL and that formatting will flow through to PPT since that cell and
its formatting is what PPT is displaying.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.