Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
lee254
 
Posts: n/a
Default copy cell from one sheet to another

I have a daily timesheet, I would like to be able to post the info from a
certain cell from the time sheet to another sheet which i have already
formated to calculate: wages, taxes, 401K,ect..
Source sheet and cell # are C:\besiforms\besireports\612timesheet!h22.
Destination is C:\besiforms\besireports\time
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
pdberger
 
Posts: n/a
Default copy cell from one sheet to another

Lee --

Depends what you're trying to do. If you're trying to do it manually, then
open both workbooks. Select the source cell and use PasteSpecial to paste
just the value into the target cell in the other workbook.

If you're trying to automate it, then select the target cell in the target
workbook, start a formula by pressing =, and then select the source cell in
the source workbook. The formula in the target cell will automatically
create the link to the source cell. Only mini-problem: every time you open
the target workbook, it will prompt you to open the source workbook, and the
link won't work unless it's open.

HTH

"lee254" wrote:

I have a daily timesheet, I would like to be able to post the info from a
certain cell from the time sheet to another sheet which i have already
formated to calculate: wages, taxes, 401K,ect..
Source sheet and cell # are C:\besiforms\besireports\612timesheet!h22.
Destination is C:\besiforms\besireports\time

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
lee254
 
Posts: n/a
Default copy cell from one sheet to another

thanks for the help, your suggestion worked as expected. but...that leads to
another question. i am trying to make this an automated process, so, is it
possible to enter the information in the cell in the timesheet, and have it
automaticaly enter the same information on the other sheet?
again, thanks for your help and your time, its appreciated.

"lee254" wrote:

I have a daily timesheet, I would like to be able to post the info from a
certain cell from the time sheet to another sheet which i have already
formated to calculate: wages, taxes, 401K,ect..
Source sheet and cell # are C:\besiforms\besireports\612timesheet!h22.
Destination is C:\besiforms\besireports\time

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
pdberger
 
Posts: n/a
Default copy cell from one sheet to another

Lee --

I think the answer to your question is "yes, but...". As you've discovered,
you can set up your 'target' workbook to interrogate the 'source' workbook
every time it's opened. That's not quite the same as automatically writing
to the target workbook every time you enter new data in the source. The only
way I can think of doing THAT would be to write a macro that, evey time you
enter information in a specific field, opens up another workbook and writes
to it. The language for that is called VBA, and it sounds like a pretty
simple problem for someone who knows it. I don't, though. If you want to
pursue it, I'd go to the programming area on this web page.

HTH

"lee254" wrote:

thanks for the help, your suggestion worked as expected. but...that leads to
another question. i am trying to make this an automated process, so, is it
possible to enter the information in the cell in the timesheet, and have it
automaticaly enter the same information on the other sheet?
again, thanks for your help and your time, its appreciated.

"lee254" wrote:

I have a daily timesheet, I would like to be able to post the info from a
certain cell from the time sheet to another sheet which i have already
formated to calculate: wages, taxes, 401K,ect..
Source sheet and cell # are C:\besiforms\besireports\612timesheet!h22.
Destination is C:\besiforms\besireports\time

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
Nesting a sheet name reference within a cell reference??? Broyston Excel Discussion (Misc queries) 9 July 8th 08 08:35 PM
Asked previously...can this not be done in excel simonsmith Excel Discussion (Misc queries) 2 May 16th 06 11:50 PM
Compiling macro based on cell values simonsmith Excel Discussion (Misc queries) 1 May 16th 06 08:31 PM
Clicking Cell Link Changes Cell on Another Sheet nshah Excel Discussion (Misc queries) 1 August 31st 05 01:50 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM


All times are GMT +1. The time now is 09:49 PM.

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

About Us

"It's about Microsoft Excel"