RE: $$Excel-Macros$$ moving data to another sheet by using vba macro

2010-10-31 Thread Daniel
o: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

Re: $$Excel-Macros$$ moving data to another sheet by using vba macro

2010-10-31 Thread ashish koul
try this code see is it helps . Sub Macro1() Dim z As Long Sheets("Tambah").Select Range("A6").Select Range(Selection, Selection.End(xlDown)).Select Range(Selection, Selection.End(xlToRight)).Select Application.CutCopyMode = False Selection.Copy Sheets("Data