Re: $$Excel-Macros$$ copy new column from sheet 1 and paste to sheet 2

2016-02-09 Thread Kat
> Sheets("sheet2").Cells(i, j).Value = Sheets("sheet1").Cells(i, > j).Value > > Next j > Next i > > End Sub > > -r.Karunanithi. > > > -- > *From:* Kat > > *To:* MS EXCEL AND V

Re: $$Excel-Macros$$ copy new column from sheet 1 and paste to sheet 2

2016-02-05 Thread 'karunanithi ramaswamy' via MS EXCEL AND VBA MACROS
EL AND VBA MACROS Sent: Thursday, February 4, 2016 1:07 PM Subject: $$Excel-Macros$$ copy new column from sheet 1 and paste to sheet 2 Hi all, I have a workbook in which the row is fixed (eg. from column A to C) and the user will keep adding new column (eg. from adding data in Column D to E

$$Excel-Macros$$ copy new column from sheet 1 and paste to sheet 2

2016-02-03 Thread Kat
Hi all, I have a workbook in which the row is fixed (eg. from column A to C) and the user will keep adding new column (eg. from adding data in Column D to E first time, second time adding data in column F to H) in Sheet 1. Everytime when new column is added in Sheet1, I want it to be automatica