Hello Excel Guru's,
Simple problem in VBA:
code:
x = range("A1").value 'example, the value of A1 is 'Source DATA'!, the value of A1 is variable but always contain ' & '! in the beginning and end
question:
how can I modify the x inside the VBA, is there a way to make the x = Source DATA using text manipulation inside the VBA? like mid, len, search.. so I can customize it.
thanks a lot!
Simple problem in VBA:
code:
x = range("A1").value 'example, the value of A1 is 'Source DATA'!, the value of A1 is variable but always contain ' & '! in the beginning and end
question:
how can I modify the x inside the VBA, is there a way to make the x = Source DATA using text manipulation inside the VBA? like mid, len, search.. so I can customize it.
thanks a lot!
Last edited: