Thread: Else If Problem
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
OJ[_2_] OJ[_2_] is offline
external usenet poster
 
Posts: 111
Default Else If Problem

try removing rCell as it is already referenced by the with statement.

Else If .Offset(0,3)= "CC" Then
..EntireRow.Copy


You might want to expand on what sort of problem you are having
also....

Hth,
OJ