08-09-2017 08:22 AM
@Garydp wrote:
thanks guys for the reply.
OJwithPulp that is what i am after but all my measurements are taken and stored in a 2d array. once all measurements are taken i then transfer the data to excel. its when i am send the data from the 2d array to excel that i want to be able to change the font. The vi you posted is for 1d array isnt it?
thanks
Gary
You are correct! However you can index your 2d-array to get the two input 1d-arrays needed to get my code to fit your specifications.
08-09-2017 09:04 AM
I have 9 rows of data within my array.
I did think about using a macro maybe this would be a quicker approach
08-09-2017 09:11 AM
Yeah most likely it would be a much more efficient approach to your problem, I've personally never attempted using a macro so can't help you there. Good luck
08-11-2017 04:18 AM
Thanks for your help guys I've decided to go the Macro route and works perfectly now.
Thanks Again