|
Posted by Kenny on September 10, 2006, 5:13 pm
Please log in for more thread options
> ###This is part where I am having problem.. I want to show only
> NonBlanks
> $autoFit->Columns()->AutoFilter("B:C","(NonBlanks)");
>
I can filter the specific value such as
$autoFit->Columns()->AutoFilter("1","100");
This will display the row it has 100 as the value. I just want to
display NonBlanks only but it doesn't work. Any help?
$autoFit->Columns()->AutoFilter("1","NonBlanks");
$autoFit->Columns()->AutoFilter("1","(NonBlanks)");
|