Determine last entry in colum

R

Roger March

I need help in creating a macro to find the last entry in a colum after I
have sorted a range. What i have is a order entry sheet , I have a macro to
sort the range by the entry column, now I need to find the last entry and
print from last entry to A1. A macro attach'd to a button would be the cats
ass.
help Please

tks

Roger
 
J

Jonathan Rynd

I need help in creating a macro to find the last entry in a colum
after I have sorted a range. What i have is a order entry sheet , I
have a macro to sort the range by the entry column, now I need to find
the last entry and print from last entry to A1. A macro attach'd to a
button would be the cats ass.

Look into the End method of the Range object.
For more information, ask in the excel.programming group.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top