Im having trouble with part of this. I need to take values from column A and put them into an array that will be passed to another program. But the catch is when its passed i need the values to be with special formating. The range of Values are dynamic and can be anywhere from 3 to a couple thousand.
So after i have the values i need to send them back like this: ('value1','value2','value3')
Is this easy to do or am i stuck?
So after i have the values i need to send them back like this: ('value1','value2','value3')
Is this easy to do or am i stuck?