Selecting point from chart while executing macro- is it posible?

  • Thread starter Thread starter peter.jakopic
  • Start date Start date
P

peter.jakopic

I would like to prompt user to select specific point from chart in the
middle of macro execution. Is this posible and how?
 
Create a form an run with vbmodeless option this will let the use click
on the excel chart when the form is open. then just refence the
activecell
 
Create a form an run with vbmodeless option this will let the use click
on the excel chart when the form is open. then just refence the
activecell
 
If it is a cell on the WS, then you could use an
Application.Inputbox(Type:=8) .

NickHK
 

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

Back
Top