Hello, I have data in my excel sheet. I have written a VBA function which converts my data in to array format( which looks exactly like the data in google charts examples) But, I dont know how to Read my array into var data = google.visualization.arrayToDataTable( I got my data array written into another file which has a function FillSourceArray() and i am calling that function into the VBA function using DataArray = FillSourceArray() I am not sure about how to read the data. Thanks in advance
-- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
