Dim x As Variant
Dim b As Variant
x = Array()
b = x
my point here is I want to transfer an array with ubound(-1). but it throws error when I'm passing x to b. Can you help explain how I can sort this? is this code "x = Array()" correct?
Thank you.