Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I've been searching the forum but i cant find a specified help. I have two xls files, a.xls and b.xls i want to combine them into c.xls with worksheet a and b can anyone give me some guide on this? Im using vbscript Set objXL = WScript.CreateObject ("Excel.Application") Set objWb = objXl.WorkBooks.Add Set objWb = objXL.ActiveWorkBook.WorkSheets(1) objWB.name = "a" objWb.Activate The above code open a need workbook with name "a". How to get a.xls into the current workbook? Appreciate ur help -- moonwalker ------------------------------------------------------------------------ moonwalker's Profile: http://www.excelforum.com/member.php...o&userid=31766 View this thread: http://www.excelforum.com/showthread...hreadid=516471 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Single Excel File Unable to Open | Excel Discussion (Misc queries) | |||
merging single worksheet files into a single workbook | Excel Discussion (Misc queries) | |||
merging data from 1 excel file, into a master excel file | New Users to Excel | |||
Save a single worksheet in Excel as a single file. | New Users to Excel | |||
Sharing of one single Excel file/workbook | Excel Worksheet Functions |