Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #6  
Old 07-28-2011, 08:09 AM
Catalin.B Catalin.B is offline Fill column with other columns info Windows Vista Fill column with other columns info Office 2007
Expert
 
Join Date: May 2011
Location: Iaşi, România
Posts: 386
Catalin.B is on a distinguished road
Default

Try this (same macro in sample attached):
Sub SchimbaCap2()
Dim Myrange As Range
Dim nextRow As Long

Dim r1, r2, r3 As Range
Set r1 = Sheets("Hoja2").Range("A5:A15")
Set r2 = Sheets("Hoja3").Range("A5:A15")
Set r3 = Sheets("Hoja4").Range("A5:A15")
Application.ScreenUpdating = False
Set Myrange = r1
nextRow = Sheets("Hoja5").Range("A" & Rows.Count).End(xlUp).row + 1
Myrange.Copy
Sheets("Hoja5").Range("A" & nextRow).PasteSpecial (xlPasteValues)

Set Myrange = r2
nextRow = Sheets("Hoja5").Range("A" & Rows.Count).End(xlUp).row + 1
Myrange.Copy
Sheets("Hoja5").Range("A" & nextRow).PasteSpecial (xlPasteValues)

Set Myrange = r3
nextRow = Sheets("Hoja5").Range("A" & Rows.Count).End(xlUp).row + 1
Myrange.Copy
Sheets("Hoja5").Range("A" & nextRow).PasteSpecial (xlPasteValues)

On Error GoTo 0
Application.CutCopyMode = False
Worksheets("Hoja5").Activate
Application.ScreenUpdating = True
End Sub
Attached Files
File Type: xlsm example.xlsm (20.2 KB, 11 views)
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to create two columns based on a certain criterior from the original two column? where_pc Excel 3 06-13-2011 10:39 AM
Fill column with other columns info Need to search a column for a macth and return a result from a third column pdfaust Excel 2 02-03-2011 03:02 PM
Fill column with other columns info How to expand one column into two columns? Jamal NUMAN Excel 1 01-12-2011 07:59 PM
Fill column with other columns info How to compare 2 columns with other two columns in EXECL 2007? Learner7 Excel 5 06-12-2010 09:54 AM
Fill column with other columns info Graphing in Excel - one plot many columns/pick one column jerryjaysr Excel 4 06-29-2006 07:27 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:16 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft