$$Excel-Macros$$ Re: paste multiple ranges in vba excel 2010

2013-11-17 Thread cristian paduraru
UsedRow End Sub 'Basole. Em quarta-feira, 13 de novembro de 2013 04h14min03s UTC-2, cristian paduraru escreveu: Hello to You all, I encountered following issue: I want to copy multiple ranges and paste to it in the specific ranges. I will send you down the vba code: Sub

$$Excel-Macros$$ Re: paste multiple ranges in vba excel 2010

2013-11-14 Thread cristian paduraru
ActiveSheet.Paste Range(G22).Select Application.CutCopyMode = False Selection.Copy Range(H22).Select ActiveSheet.Paste Application.CutCopyMode = False End Sub 'Basole Em quarta-feira, 13 de novembro de 2013 04h14min03s UTC-2, cristian paduraru escreveu: Hello to You

$$Excel-Macros$$ paste multiple ranges in vba excel 2010

2013-11-12 Thread cristian paduraru
Hello to You all, I encountered following issue: I want to copy multiple ranges and paste to it in the specific ranges. I will send you down the vba code: Sub seldate() Range(F10).Select Application.CutCopyMode = False ActiveCell.FormulaR1C1 = 1/1/2011 Range(F11).Select