Hi Everyone ,
Here i am trying to find the left-function of a particular column i,e 'A', and i did it for destination column, but i need that at last column were i would not be knowing the last column.
Sub Leftfunc()
Dim Sourcecolumn As Range
Dim Destinationcolumn As Range
Dim i...