View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Madcatrobert Madcatrobert is offline
external usenet poster
 
Posts: 1
Default .End(xlRight)).Select Doesn't Work

When I use Range("A5", Range("A5").End(xlRight)).Select, I get an error
"Application-defined or object-defined error". Substituting xlUp or xlDown
works correctly.

Any suggestions?
--
TIAFYH
mcr