View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
mudraker[_173_] mudraker[_173_] is offline
external usenet poster
 
Posts: 1
Default Why won't this code works

ksnapp


somethings to double check


Is column B the correct column letter


What is the last row number with data in column B

is LR being set with the correct row number

try changing

If CELL.Value = "" Then

to

If trim(CELL.Value) = "" Then


---
Message posted from http://www.ExcelForum.com/