So I was wondering, how can I return multiple values from a function, sub or type in VBA?I've got this main sub which is supposed to collect data from several functions, but a function can only return one value it seems. So how can I return multiple ones to a sub?
↧