Computing.Net > Forums > Office Software > excel copying data

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

excel copying data

Reply to Message Icon

Name: Mayur Mistry
Date: February 16, 2005 at 04:24:20 Pacific
OS: 2kpro
CPU/Ram: p4 512mb ram
Comment:

hello. this may be difficult to understand but i'll try to make it simple.i am using ExcelXp. i have made a small place for a person to enter their details. it is entered down the page with me leaving a cell row between data. ithen want to copy each bit of data and paste or 'record' it onto another sheet in the same book, but when using a macro the data always ends up in the same cells, so the data is overwritten. i know it may have something to do with relative reference but cant get it to work. the function must ideally be controlled by a macro.i have screenshots avaliable upon request. thanks



Sponsored Link
Ads by Google

Response Number 1
Name: Grok Lobster
Date: February 16, 2005 at 08:26:29 Pacific
Reply:

It would help if you post your code. The copy/paste action should look something like the following:

Sheets("All").Rows(ActiveCell.Row).EntireRow.Copy _
Destination:=Sheets("Sheet3").Range("a65536").End(xlUp).Offset(1, 0)


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: excel copying data

A timed macro to copy data. www.computing.net/answers/office/a-timed-macro-to-copy-data/8479.html

Excel-Copy paste Data download from internet www.computing.net/answers/office/excelcopy-paste-data-download-from-internet/9063.html

excel extracting data www.computing.net/answers/office/excel-extracting-data/4977.html