Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 113
Default how to enter data on multiple workbook at the same time

Hi ,

Perhaps you need this
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Count 1 Then Exit Sub
If Target.Address = "$A$1" Then
Workbooks("book1").Sheets(1).[A1].Value = Target.Value
Workbooks("book2").Sheets(1).[A1].Value = Target.Value
Workbooks("book3").Sheets(1).[A1].Value = Target.Value
End If
End Sub


Rgds,

Halim



create_share menuliskan:
i am not talking about worksheets. I want to enter same data on multiple
files of excel not worksheets.

"Bob Phillips" wrote:

Select all the target worksheets and just enter it on the visible one.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"create_share" wrote in message
...
Is there a way to enter data at the same time on multiple workbooks like
worksheets. It is very difficult and time consuming if you have multiple
workbooks having the same data but you can't enter data on them at the

same
time.

i don't want to combine these workbooks in one workbook because of some
reason.

any help?





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
How do I take data from one workbook and enter it into another? soconfused Excel Worksheet Functions 4 June 23rd 09 07:37 PM
How to enter time into cell using keypad only: MULTIPLE COLUMNS michaelberrier Excel Discussion (Misc queries) 1 January 2nd 09 03:34 PM
ENTER DATA INTO 2 CELLS AT THE SAME TIME Alan Excel Worksheet Functions 2 May 20th 06 03:18 PM
HOW DO I ENTER SAME DATA IN EACH CALENDAR DAY AT SAME TIME? GRACIE Excel Discussion (Misc queries) 3 June 27th 05 12:56 AM
How do I format cells and enter data to be valued for TIME and th. George Excel Worksheet Functions 1 April 11th 05 07:23 PM


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