View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Deb Lang Deb Lang is offline
external usenet poster
 
Posts: 3
Default Just learning VBA..

Hello all!! :-) I'm just new to VBA so pardon the ignorance but I am
trying to write a simple program that loops through a range of cells
finding those cells with specific information in them... when I
declare my integer variable the find/findnext stops at all cells with
that integer in it, even if it is a portion of the whole number. Any
suggestions on how I correct this?

Thank you!!!
Deb