I know my problem is better done as a simple formula but I'm trying to get my head around arrays in VBA so this is an educational process rather than an efficiency one.
I have "First name" in Col A and "Surname" in Col b and want to have Col C as "First Name Surname"
With just one name I do this and it works fine.
But with multiple names I do this and it doesn't work![]()
Please Login or Register to view this content.
It's almost there as it copies each name and pastes in C but rather than each name in a single list it will copy a single name down the column and loop through each name like that. I have tried For Next which didn't work so any educational help would be appreciated.![]()
Please Login or Register to view this content.
Bookmarks