Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I take data from one workbook and enter it into another? | Excel Worksheet Functions | |||
How to enter time into cell using keypad only: MULTIPLE COLUMNS | Excel Discussion (Misc queries) | |||
ENTER DATA INTO 2 CELLS AT THE SAME TIME | Excel Worksheet Functions | |||
HOW DO I ENTER SAME DATA IN EACH CALENDAR DAY AT SAME TIME? | Excel Discussion (Misc queries) | |||
How do I format cells and enter data to be valued for TIME and th. | Excel Worksheet Functions |