View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] web1000@shaw.ca is offline
external usenet poster
 
Posts: 1
Default Need help w/ macro creating a chart

Folks,

I have a macro which a programmer wrote but I have to make some
changes...

essentially there is time data in column A and temperature data in
column B. The macro opens a box and queries start data and end data
and then determines min and max temp and such.

Now I need the macro to also creat a chart for that range. I have the
start and end date isolated in fields but dont know how the macro could
select the data in between for the chart...

I am not a programmer and havent figured out the R1C1 adress system ...
I havent figured out if it can address through variables, which may
solve the problem

any help appreciated!

Matt