View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JacksonRJones JacksonRJones is offline
external usenet poster
 
Posts: 15
Default Using vba to generate xy scatter plots in excel

Hello. I was trying to use vba to generate some xy scatter plots. It seems
like a simple task, but I haven't been able to find much on it. Anyways, I
have one column of data which I want to be the x-values, and another column
of y-values. I want to set the y-axis to a logarithmic scale, and I want to
be able to specify the maximum and minimum x and y values. Any help would be
greatly appreciated.