Hello,

Try :

 

Private Sub cmdMove_Click()

    Dim inCalculationMode As Integer

    

    Application.ScreenUpdating = False

    inCalculationMode = Application.Calculation

    Application.Calculation = xlCalculationManual

    

    Range("A6:I" & [A65536].End(xlUp).Row).Copy _

    Sheets("Database").[B65536].End(xlUp)

    Range("A6:I" & [A65536].End(xlUp).Row).ClearContents

    

    Application.Calculation = inCalculationMode

    Application.ScreenUpdating = True

End Sub

 

Regards.

Daniel

 

De : excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] De
la part de ratu elissa
Envoyé : dimanche 31 octobre 2010 14:13
À : excel-macros@googlegroups.com
Objet : $$Excel-Macros$$ moving data to another sheet by using vba macro

 


Dear Master


I Have a problem to move the data to sheet "database"


after move the data in sheet "Tambah" the field from 


row 6 untill end of data will clear


 note:

there is no unique code - just move some data


please help me by using vba macro to solve it

        

-- 
----------------------------------------------------------------------------
------
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/pages/discussexcelcom/160307843985936?v=wall
<http://www.facebook.com/pages/discussexcelcom/160307843985936?v=wall&ref=ts
> &ref=ts

-- 
----------------------------------------------------------------------------------
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/pages/discussexcelcom/160307843985936?v=wall&ref=ts

Reply via email to