Re: Basic question for blank column

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



If range.IsEmpty(ActiveCell) then
do stuff
end

IsBlank is also an excel function

For info on how to declare a range in VB poke around...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wrcore/html/wrgrfexcelrangeobject.asp
or
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wrcore/html/wrtskhowtosearchfortextinworksheetranges.asp

.