PC Review


Reply
Thread Tools Rate Thread

Can I send data from one excel sheet to another at a designated ti

 
 
=?Utf-8?B?Q2FyeXBvdA==?=
Guest
Posts: n/a
 
      12th Oct 2007

 
Reply With Quote
 
 
 
 
Chip Pearson
Guest
Posts: n/a
 
      15th Oct 2007
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("C110).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" <(E-Mail Removed)> wrote in message
news:0DAD629D-AA90-40EB-9A82-(E-Mail Removed)...
>


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Entering Identical Data in a Designated New Cell DisMusBeDaPlaz Microsoft Excel Worksheet Functions 4 15th Oct 2009 08:25 PM
Import Data in Designated Cells in Excel 2003 Iris Microsoft Excel Misc 1 26th Aug 2008 09:28 PM
Excel 2003 Form-Import data in designated cells Iris Microsoft Access 3 26th Aug 2008 06:44 PM
Excel 2002: How to tranpose data to designated cells ? =?Utf-8?B?TXIuIExvdw==?= Microsoft Excel Misc 2 18th Jul 2007 05:44 PM
Open workbook with designated sheet Jan Nordgreen Microsoft Excel Programming 5 14th Apr 2004 09:59 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:25 AM.