#1   Report Post  
Kent
 
Posts: n/a
Default Kent Hansen

Hello,

Is there away to automatically copy data from one worksheet
to another? Or Have certain fields of data be copied when
a certain cell is populated with data?

Thank You
Kent Hansen
  #2   Report Post  
Don Guillett
 
Posts: n/a
Default

Kent,
Using your name as a subject line is considered bad here, especially for
archival use.
Your question is vague so the answer is yes it is possible by various
methods such as a worksheet_change event or a macro assigned to a button,
etc
if target.address="$A$1" then range("a1").copy range("b1")

--
Don Guillett
SalesAid Software

"Kent" wrote in message
...
Hello,

Is there away to automatically copy data from one worksheet
to another? Or Have certain fields of data be copied when
a certain cell is populated with data?

Thank You
Kent Hansen



  #3   Report Post  
Kent
 
Posts: n/a
Default

I know...I am very sorry. I forgot to add
one when I created the post.

Thank You for your help.

Kent



"Don Guillett" wrote:

Kent,
Using your name as a subject line is considered bad here, especially for
archival use.
Your question is vague so the answer is yes it is possible by various
methods such as a worksheet_change event or a macro assigned to a button,
etc
if target.address="$A$1" then range("a1").copy range("b1")

--
Don Guillett
SalesAid Software

"Kent" wrote in message
...
Hello,

Is there away to automatically copy data from one worksheet
to another? Or Have certain fields of data be copied when
a certain cell is populated with data?

Thank You
Kent Hansen




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
Kent Hansen Kent Excel Discussion (Misc queries) 1 March 8th 05 01:41 PM


All times are GMT +1. The time now is 10:58 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"