Home > Software engineering >  Form - text input to the specified row, then generate a histogram
Form - text input to the specified row, then generate a histogram

Time:10-28


In the text box input data or text, and then click generate histogram, is on the right side of composite frame to generate histograms,
Because is based on the excel table, so if want to open a XLS file first, and then later, if input a set of data every day, if I can continue to keep in this form, the last one day if you want to see the data or figure, in the day of date column can enter want to see, will appear on the data and graph on the right?

CodePudding user response:

What do you do with VB6 form? That is about to call the excel to generate charts, turn the chart image preservation, input date display corresponding pictures,
If is based on the Excel form that is simple, points to generate button to create a chart worksheet, input date display corresponding chart worksheet to go,

CodePudding user response:

Yes, based on Excel, but how do you write the code? The above text box, combo box, generated histogram command only controls, all need to the corresponding code can be achieved,
  •  Tags:  
  • VBA
  • Related