transferring a row of data in a column, please i need help

doms123

Board Regular
Joined
Apr 19, 2011
Messages
58
I am using excel2007 and i have 2 sheets in my workbook

on the first sheet i have the input data sheet

Name ____
b-day ____
age ____
sex ____

and an encode button with the syntax like this...

inputdata = Sheet2.Range("a65536").End(xlUp).Column + 1
Sheet2.Cells(inputdata, 1).Resize(1, 6).Value = Array(Sheet1.Range("C13").Value, _
Sheet1.Range("C15").Value, Sheet1.Range("D15").Value, Sheet1.Range("E15").Value, _
Sheet1.Range("C18").Value, Sheet1.Range("C20").Value)


and on the second sheet is the masterlist like this ....

Name Month Day Year Age Sex
fin February 2 2014 30 female
din February 1 2011 20 female
mig January 4 2012 10 male

and a Edit button and i dont have the code on that button and i want to transfer the data on the the first sheet if i select any column on the masterlist and be transfered on the first sheet. I need the code that can transfer the data if i select any column i selected on the input data sheet.


Please Help me
Thank you in advance..
 
Last edited:

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,399
Latest member
alchavar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top