Radoslaw Poprawski
Active Member
- Joined
- Jun 19, 2021
- Messages
- 398
- Office Version
- 365
- Platform
- Windows
Hi all
I do have 2 Variant arrays
both are one-dimensional
and im trying to combine them into 1.
I tried split(Join(CP,",") &","&join(Tabele,","),",")
Getting and error
any ideas?
VBA Code:
CP = ArkUstawienia.Range("A2:A" & LastCell)
Tabele = Application.Transpose(ArkUstawienia.Range("E2:F2"))
both are one-dimensional
and im trying to combine them into 1.
I tried split(Join(CP,",") &","&join(Tabele,","),",")
Getting and error
any ideas?