A
Amjad
Hi,
I have an Excel column full of data imported from a text
file. How do I apply an Excel function on each cell in
that column and print the result in the next column using
VBA? I don't want the user to see the function that I'm
using.
I know that I could type the function in the formula bar
and apply AutoFill across the column, but this will make
my function visible to the user.
I'm trying to avoid scanning the whole column (cell by
cell) using a FOR loop because it takes a long time.
I feel there is an easier way to do it.. please let me
know if you have an idea.
Amjad
I have an Excel column full of data imported from a text
file. How do I apply an Excel function on each cell in
that column and print the result in the next column using
VBA? I don't want the user to see the function that I'm
using.
I know that I could type the function in the formula bar
and apply AutoFill across the column, but this will make
my function visible to the user.
I'm trying to avoid scanning the whole column (cell by
cell) using a FOR loop because it takes a long time.
I feel there is an easier way to do it.. please let me
know if you have an idea.
Amjad