S
srikanth
Hi,
I have loaded a text file with delimiters in excel.. It consists of three
columns.. i would like to copy only the third column until the last cell that
contains the data.. but my code is not working correctly.. it is selecting
the entire sheet which contains data.. i have used the belw code.. pls advise
me of a better code..
Range("C1").Select
Range("C1", Selection.End(xlDown)).Select
Thanks,
srikanth
I have loaded a text file with delimiters in excel.. It consists of three
columns.. i would like to copy only the third column until the last cell that
contains the data.. but my code is not working correctly.. it is selecting
the entire sheet which contains data.. i have used the belw code.. pls advise
me of a better code..
Range("C1").Select
Range("C1", Selection.End(xlDown)).Select
Thanks,
srikanth