Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nai Nai is offline
external usenet poster
 
Posts: 1
Default Working with 2 sheets, need to auto fill 2nd sheet with date from

I hope I am explaining this correctly. I am new to excel, and i just started
a new job. One department gives me what is called a line sheet which is made
in excel. From that line sheet I am to copy and paste certain rows to a new
spreadsheet and add columns that I need to perform my job. How can I create
a file that will automatically pull the information from the line sheet and
place it in columns I assign? I know there is a more efficient way to do
this. Any help you can give me will be appreciated.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,365
Default Working with 2 sheets, need to auto fill 2nd sheet with date from

This is the type of work typically performed using a macro (VBA code). If
the names of the two workbooks is always the same and the rows/columns in
both are always the same then recording a macro while doing it once (in your
running workbook, not the daily line sheets book(s)) can do it for you. But
I suspect that you have a varying number of rows each day and they may not
always be copied to the same location in your own book. That's where
customizing such code comes in.

To code up such a solution requires detailed information about the source
information layout (what sheet(s) are involved, what rows/columns) and
similar information about the destination workbook. It may be that source
column A data needs to go into destination book sheet in some other column.
Such column mapping has to be known also.


"Nai" wrote:

I hope I am explaining this correctly. I am new to excel, and i just started
a new job. One department gives me what is called a line sheet which is made
in excel. From that line sheet I am to copy and paste certain rows to a new
spreadsheet and add columns that I need to perform my job. How can I create
a file that will automatically pull the information from the line sheet and
place it in columns I assign? I know there is a more efficient way to do
this. Any help you can give me will be appreciated.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto Fill function in Excel 2007 not working properly Raudawg Excel Worksheet Functions 5 April 3rd 23 01:27 PM
source sheet to auto fill 2 other sheets GetSFX New Users to Excel 1 August 9th 08 06:05 PM
source sheet to auto fill 2 other sheets GetSFX New Users to Excel 0 August 8th 08 03:49 PM
Auto Fill Different Sheets same cell on each sheet? confused Excel Discussion (Misc queries) 1 October 6th 07 08:54 AM
Auto Fill - working as expected? LynnS New Users to Excel 1 October 17th 06 08:20 PM


All times are GMT +1. The time now is 04:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"