its work
thank you sir,

nandkumar

On Mon, Apr 4, 2011 at 9:01 AM, STDEV(i) <setiyowati.d...@gmail.com> wrote:

> The 'real' deleting rows
>
> Sub RemoveBlankRows()
>    ' by STDEV(i) & siti Vi
>    '----------------------
>    Dim r As Long, Rng As Range
>    Set Rng = ActiveSheet.UsedRange
>    Application.Calculation = xlCalculationManual
>    Application.ScreenUpdating = False
>    For r = Rng.Rows.Count - 1 To 1 Step -1
>       If WorksheetFunction.CountA(Rng(r + 1, 1).EntireRow) = 0 Then
>          Rng(r + 1, 1).EntireRow.Delete
>       End If
>    Next r
>    Application.Calculation = xlCalculationAutomatic
>    Application.ScreenUpdating = True
> End Sub
>
> please check attachment if it helps...
>
>
>
> On Sat, Apr 2, 2011 at 2:31 PM, Nandkumar kakvipure <
> nandkumar.hindust...@gmail.com> wrote:
>
>> hello exerts,
>> plzz help me remove empty cell and convert minus figer to plus and tell me
>> step
>>
>> thanks in advance
>> nandkumar
>>
>>
>  --
>
> ----------------------------------------------------------------------------------
> Some important links for excel users:
> 1. Follow us on TWITTER for tips tricks and links :
> http://twitter.com/exceldailytip
> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
> 3. Excel tutorials at http://www.excel-macros.blogspot.com
> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>
> To post to this group, send email to excel-macros@googlegroups.com
>
> <><><><><><><><><><><><><><><><><><><><><><>
> Like our page on facebook , Just follow below link
> http://www.facebook.com/discussexcel
>

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

Reply via email to