Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Can I send data from one excel sheet to another at a designated ti


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Can I send data from one excel sheet to another at a designated ti

It is generally considered bad form to post your question in the Subject of
a post and not in the body of the post. The subject should name the topic to
which the question applies (e.g., "Trouble With Array Formulas") and the
body of the post should state the question in detail, including what you
have tried, what results you have received, and the results you want to get.
This is particularly important since subject lines are limited in length,
and yours was truncated, so your whole question isn't available.

That said, I'm going to guess that the ending "ti" in the subject should
have been "time". The basic code to transfer the data from one sheet to
another is

Worksheets("Sheet1").Range("C1:D10).Copy
Destination:=Worksheets("Sheet2").Range("A1")

To do this at a scheduled time, you need to use the Application.OnTime
method. See www.cpearson.com/Excel/OnTime.aspx for details and example code.
This page also describes how to configure the code so that the procedure
will run periodically, such as every 10 minutes.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)



"Carypot" wrote in message
...


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
Excel Entering Identical Data in a Designated New Cell DisMusBeDaPlaz Excel Worksheet Functions 4 October 15th 09 08:25 PM
Import Data in Designated Cells in Excel 2003 Iris Excel Discussion (Misc queries) 1 August 26th 08 09:28 PM
Excel 2002: How to tranpose data to designated cells ? Mr. Low Excel Discussion (Misc queries) 2 July 18th 07 05:44 PM
I want to send data from one sheet to another Naguib Excel Worksheet Functions 1 February 22nd 05 12:43 PM
Open workbook with designated sheet Jan Nordgreen[_2_] Excel Programming 5 April 14th 04 09:59 AM


All times are GMT +1. The time now is 04:10 AM.

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"