graphing with number

Post Reply
etienn
Posts: 4
Joined: Thu May 16, 2019 5:39 pm

graphing with number

Post by etienn »

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
User avatar
James
Site Admin
Posts: 1103
Joined: Wed Jan 02, 2013 9:06 pm

Re: graphing with number

Post by James »

Yes. Set OldExcel to True and you can use the same code on the old Mac version of Excel.
etienn
Posts: 4
Joined: Thu May 16, 2019 5:39 pm

Re: graphing with number

Post by etienn »

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 :-)
User avatar
James
Site Admin
Posts: 1103
Joined: Wed Jan 02, 2013 9:06 pm

Re: graphing with number

Post by James »

It's in the code. You just have to change

Code: Select all

OldExcel = False
to

Code: Select all

OldExcel = True
, 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.
Post Reply