Hello,

I'd like to know if it's possible to create a bar graph chart by using variable, textbox and combobox inputs as the chart's axis names, field names and actual field values.

I.e. The user can select the name for the axes from a set of comboboxes. Say they choose "Part Number". Then they will enter a part number into the textbox. The code I have already written will look in a sheet column for that part number and store the number of times that number has appeared within a variable, j.

So I'd like to actually graph the variable "j" on the chart. Is there any way to do this?

Thanks!