Hi, i would like to know if it is possible to graph the csv record with number - mac - as it is with excel , can i use the same cod?
thanks for answear
graphing with number
Re: graphing with number
Yes. Set OldExcel to True and you can use the same code on the old Mac version of Excel.
Re: graphing with number
hi thanks for answear , but i'm not a specialist of any excel ,i absolutly don't know what it mean to setold excel to true , can, you provide a step by step like you did with last version of excel , it would be very kind of you
Re: graphing with number
It's in the code. You just have to change to , right at the top of the code.
If you're not familiar with Excel script then I would highly recommend that you use the online charts.
Code: Select all
OldExcel = False
Code: Select all
OldExcel = True
If you're not familiar with Excel script then I would highly recommend that you use the online charts.