Hello
I have to hundreds of columns and I have to create a graph for each one of them, so I created the following macro to save me some time:
Sub PlotC()
'
' Macro PlotC
'
a = Range(ActiveCell.Offset(1, 0), AddressveCell.Offset(0, 0))
b = Range(ActiveCell.Offset(2, 0)...