View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Carlee Carlee is offline
external usenet poster
 
Posts: 155
Default Inserting Values into an existing Row

Hi there,
To answer your questions:

Periodically, site will send me a sheet containing a single row of data. I
will have that row of data imported into a sheet called 'Results Log'. the
'Results Log' is in the Master Workbook.

Also in the Master Workbook, is the 'Master Log' sheet.

I want the system to take the last row of data in the 'Results Log' and
insert that data in teh correct columns, in the correct row (where the dates
match)

The data being pasted into the Master log will be a single range (Columns
AA:AH)

--
Carlee


"Per Jessen" wrote:

On 15 Jul., 17:29, Carlee wrote:
Good Morning All,
I have a staff member at an external site that sends me a sheet with data
(25 columns, in a single row, with a unique date0. I have a master book here
at my office, that I enter a new row in each day. I want to be able to
import the data sent to me from site, and insert the data into the
appropriate columns, for the specific date. Several days often go by, before
i get the sheet from site, so the code needs to be able to find the right
date and insert the data into the correct colomns.

How can I do this?
--
Carlee


Hi Carlee

You need macro to do the job.

You have a master book where you enter a date in column XX ?

Will there be more than one row of data in the sheet from site than
needs to be copied to appropiate row?

Once the right row is found, can data be pasted into master book as
one range or does it has to be pasted as several ranges?

Regards,
Per