Hello, I am trying to assign a strong "AJ" to a variable in VBA. After executing the code, I am getting an empty variable.
I am assigning like below,
Var1="AJ"
This AJ is actually referring to 'AJ' column in another tab of the Excel sheet. Please do provide some insights on how to tackle this problem. Thank you in advance.
I am assigning like below,
Var1="AJ"
This AJ is actually referring to 'AJ' column in another tab of the Excel sheet. Please do provide some insights on how to tackle this problem. Thank you in advance.