Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a spreadsheet that consists to 2 worksheets. Worksheet 1 is my "live"
data. Worksheet 2 unparsed customer data. I want to selectively move data from worksheet 2 into columns in worksheet 1. My problem - this will vary from customer to customer. What I would like to do is to put a number, from 1- 15, at the top of the column that I want to select and have a macro(code?) move any selected columns to the corresponding columns in sheet 1. For example, I have identified 3 columns in sheet 2 that I want to move to sheet 1. At the top of these columns I enter 1, 2 and 3. When I run the macro, these columns are moved to columns 1,2 and 3 in worksheet 1. My next customer has 5 columns that I wish to move. Worksheet 2 column headings have 1,2,3,4,5 which the macro will move. These columns that I will identify are NOT static. In the first example, 1 may start in A1, 2 in D1 and 3 in J1. In the second example, 1 may start in J1, 2 in K1 and 3 in X1. Is there any way to do this programatically????? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup retunrning a match, when not a match... | Excel Worksheet Functions | |||
vlookup retunrning a match, when not a match... | Excel Worksheet Functions | |||
vlookup retunrning a match, when not a match... | Excel Worksheet Functions | |||
second or third match in vlookup() or Match() | Excel Worksheet Functions | |||
index Match, or Vlookup Match.. | Excel Worksheet Functions |