Hi,
struggling a bit if someone can help me out please.
I want to create an array with two strings "partno" , "description"
I can create a 1 string array but i haven't got a clue . with two strings
Can you please put comments in the code - still finding my way about with VBA
my string (1) "partnumber", "description"
I want to read the array and come up with the answer bellow
stringa = "partnumber"
stringb =" description"
Hope this makes sense what I am trying to do
Steve
struggling a bit if someone can help me out please.
I want to create an array with two strings "partno" , "description"
I can create a 1 string array but i haven't got a clue . with two strings
Can you please put comments in the code - still finding my way about with VBA
my string (1) "partnumber", "description"
I want to read the array and come up with the answer bellow
stringa = "partnumber"
stringb =" description"
Hope this makes sense what I am trying to do
Steve
Last edited: