Thread: Selection Error
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] halimnurikhwan@yahoo.com is offline
external usenet poster
 
Posts: 113
Default Selection Error


In this particular one, the word "Selection" in "Set rAllRange =
Selection" (beginning of code) is highlighted and the error reads
"Compile error: Type Mismatch"

Any help would be greatly appreciated. I am truly stumped on this one.


Hi,

You should specify the Selection address first,
before running code related selection ...
Perhaps you selection is empty or nothing, so Error raised

Tks
Halim