Thread
:
Finding Last Column in a given Row
View Single Post
#
1
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 27,285
Finding Last Column in a given Row
Cells(2,256).End(xltoLeft).Column
--
Regards,
Tom Ogilvy
"Lance Hoffmeyer" wrote in message
...
Hello,
How do I find the last nonempty column in a given row (say row 2)?
Lance
Reply With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy