Hello there, thank you for taking the time to read my question.
I need to combine two cells via VBA.
For instance, if I'm in cell ES128 I need to combine ES1 and A126. (i.e. =ES1&A128)
In a nutshell, whatever cell I'm in, I need to combine row 1 of the active column and column A of the active row.
So for another instance, if I'm in cell DR272 I need to combine DR1 and A272. (i.e. =DR1&A272).
My VBA skills are not good enough to do this myself, I would appreciate if someone could help.
Kind Regards.
I need to combine two cells via VBA.
For instance, if I'm in cell ES128 I need to combine ES1 and A126. (i.e. =ES1&A128)
In a nutshell, whatever cell I'm in, I need to combine row 1 of the active column and column A of the active row.
So for another instance, if I'm in cell DR272 I need to combine DR1 and A272. (i.e. =DR1&A272).
My VBA skills are not good enough to do this myself, I would appreciate if someone could help.
Kind Regards.