I am wanting to create a variable in excel, that is an array of coordinates, such that I can reference the arrays of x or y coordinate values, using .x and .y
eg
dim coords as variant
coords.x = array(1,2,3,4,5) (or something similar)
I have been trying to research coordinate arrays on google, for ages yesterday, an hour this morning, and gotten absolutely nowhere. Also been trying with statements a property statements, and also gotten nowhere.
could anyone tell me how to do it please, if it can be done.
Thanks
xandycoordinates?