Simple Powerpoint

K

kiersarama

Hi all,

Im a VBA newbie but cannot get it to do something really simple. I
want to add a line to my powerpoint, which i have done using a couple
of methods: Shapes.Addline and DrawLine but i cannot get these to
delete easily once i have added them.

The DrawLine works but it then doesnt allow the lines to stay on the
screen when a function is called, and doesnt seem to have the same
functionality as the .Addline, ie there are no dashes allowed.

I want a line to be drawn on a button press, and then it to be redrawn
on the next button press essentially, with no trace of the previous
line.

Can anyone help please!?
 
S

Steve Rindsberg

Hi all,

Im a VBA newbie but cannot get it to do something really simple. I
want to add a line to my powerpoint, which i have done using a couple
of methods: Shapes.Addline and DrawLine but i cannot get these to
delete easily once i have added them.

The DrawLine works but it then doesnt allow the lines to stay on the
screen when a function is called, and doesnt seem to have the same
functionality as the .Addline, ie there are no dashes allowed.

I want a line to be drawn on a button press, and then it to be redrawn
on the next button press essentially, with no trace of the previous
line.

Can anyone help please!?

Post the code you're using with .Addline so far.
We can start with that.
 

Ask a Question

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.

Ask a Question

Top