Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 07-28-2011, 01:33 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

what do you mean with "data is variable": the format, or text data, numeric data..
Give us some details please. DAta are in other sheets in the same workbook? or in other workbooks?
Reply With Quote
  #2  
Old 07-28-2011, 06:05 AM
Novice Novice is offline Fill column with other columns info Windows 7 64bit Fill column with other columns info Office 2010 32bit
Novice
Fill column with other columns info
 
Join Date: Jul 2011
Posts: 6
Novice is on a distinguished road
Default

Quote:
Originally Posted by Catalin.B View Post
what do you mean with "data is variable": the format, or text data, numeric data..
Give us some details please. DAta are in other sheets in the same workbook? or in other workbooks?
1. The info in the PERSONEL's columns, those can change. Sometimes they will have more or less personel in the company.
2.And they are in the same workbook.
Reply With Quote
  #3  
Old 07-28-2011, 06:49 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

Take a look at the example worksheet, see how it works.
The macro depends on Cells B5 si B6 marked in yellow for column number and worksheet to copy from, you can change them as you need. The macro looks like this:

Sub SchimbaCap2()
Dim col As Range, row As Range, Myrange As Range
Set col = Worksheets("Hoja1").Range("B1")

If Worksheets("Hoja1").Range("B2") = 0 Then
MsgBox " Type in cell B6 the name of the source worksheet!"
Exit Sub
End If

Set Myrange = Range(Worksheets(Worksheets("Hoja1").Range("B2").V alue).Cells(5, col), Worksheets(Worksheets("Hoja1").Range("B2").Value). Cells(15, col))
Myrange.Copy
Worksheets("Hoja3").Range("A5").PasteSpecial (xlPasteValues)

Application.CutCopyMode = False
Worksheets("Hoja3").Activate
On Error GoTo 0

End Sub
Attached Files
File Type: xlsm example.xlsm (18.6 KB, 11 views)
Reply With Quote
  #4  
Old 07-28-2011, 07:06 AM
Novice Novice is offline Fill column with other columns info Windows 7 64bit Fill column with other columns info Office 2010 32bit
Novice
Fill column with other columns info
 
Join Date: Jul 2011
Posts: 6
Novice is on a distinguished road
Default

Ohh, this seems to be the way to follow because it grabs the info from i sheet and takes it to another (Y).

"But" the thing is that i need to take from the 3 personel columns in different sheets and join them on the data column.

Check the example2

Thnx in advance
MS
Attached Files
File Type: xlsx example2.xlsx (10.0 KB, 9 views)
Reply With Quote
Reply



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 07:48 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