Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Calling curve-line feature at run time

I want to put a button on a sheet that (a) executes the inbuilt procedure for
drawing a curved line (as on toolbar drawing - autoshapes - line - curve)
(b) let the user defire the points for the curve and when finished (c) have
the code format the line. I have the code calling the function but I don't
know how to tell the procedure to stop and wait for the user to finish
drawing the curve before it runs the formatting code. Any ideas how I trap
this event?
--
Oxfordshire, UK
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Calling curve-line feature at run time

You would have to do it through the InputBox method where the user enters
their parameters or with a UserForm where the user would select from a set of
preset parameters. In either case the parameters can be collected into a
variable that can then be used to trigger the funtion for the curve.

"Broadband Al" wrote:

I want to put a button on a sheet that (a) executes the inbuilt procedure for
drawing a curved line (as on toolbar drawing - autoshapes - line - curve)
(b) let the user defire the points for the curve and when finished (c) have
the code format the line. I have the code calling the function but I don't
know how to tell the procedure to stop and wait for the user to finish
drawing the curve before it runs the formatting code. Any ideas how I trap
this event?
--
Oxfordshire, UK

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
change color of curve line as time changes cliffordjf Charts and Charting in Excel 2 December 30th 09 05:28 AM
Error bars, curve/line of best fit, axis help jschlarb Charts and Charting in Excel 1 September 17th 08 04:04 AM
What makes a polynomial trend line curve up or down? jimshoe40 Charts and Charting in Excel 7 December 11th 06 05:51 PM
Trend Line - Bell Curve David Excel Discussion (Misc queries) 1 July 23rd 06 03:34 AM
Plot the sin curve along the line y=x Rbp9ad Charts and Charting in Excel 3 December 21st 05 12:43 AM


All times are GMT +1. The time now is 10:35 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"