Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I update cells from 2 different excel files, using VB
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim bk1 as Workbook, bk2 as Workbook
set bk1 = Workbooks("ABC.xls") set bk2 = Workbooks("EFG.xls") bk1.Worksheets(1).Range("A1").Value = 21 bk2.Worksheets(5).Range("B9").Value = 21 -- Regards, Tom Ogilvy ""remy khalil via OfficeKB.com"" wrote in message ... How can I update cells from 2 different excel files, using VB |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Update one worksheet tab to automatically update all other tabs? | Excel Worksheet Functions | |||
Data Validation lists update orginal cell with list update | Excel Worksheet Functions | |||
i want to update one excel file the other one update automaticaly | New Users to Excel | |||
Excel 2003 - Update or Don't Update Links Problem | Excel Programming | |||
how to update data on sheet1 and have it auto update on sheet2 | Excel Programming |