View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shlomit Shlomit is offline
external usenet poster
 
Posts: 10
Default For Each cell - Variable not defined (VBA)

Hi,

I wrote code that inclue :
For Each cell In myRng
....
next
I got error "Variable not defined" and I don't find the reason.
(I some cases it's work but I didn't seccess to recognize when).

Please help, thanks
Shlomit