View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_3_] Dave Peterson[_3_] is offline
external usenet poster
 
Posts: 2,824
Default Same workbook, different problem.

and watch out for linewrap!

'now check to see what we found.
'if I'm not supposed to copy anything, mycell will be nothing
'else it'll be the value of what's in row 1 of that
mycell.column.
If myCell Is Nothing Then



That mycell.column should be on the previous line.


--

Dave Peterson