The codes are the alpha letters that we use to identify which item
description will be pulled from the VBA. We enter the letter into the Y cell
and when we activate the page next time the item description will be placed
in the corresponding BI cell. However, there are times when we need to make
minor adjustments to the BI cell data (regarding dates or added information).
Thats why I need the code to look for the blank cells in BI then look for
the letter in Y before pulling the data.
"royUK" wrote:
>
> You can use SpecialCells to find the blanks, but you need to expand a
> little on what you are asking. What codes do you want to find?
>
>
> Code:
> --------------------
>
> Dim rBlanks
> With Worksheets("Oct 8 - 2054543")
> Set rBlanks = .Range("BI6:BI137").SpecialCells(xlCellTypeBlanks)
> --------------------
>
>
> --
> royUK
>
> Hope that helps.
>
> RoyUK
> ------------------------------------------------------------------------
> royUK's Profile: http://www.thecodecage.com/forumz/member.php?userid=15
> View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=25419
>
>