Hello,
MS Excel 2000, VBA
I'd like to be able to open a file directly into a new worksheet of an open workbook, thus adding the new sheet in the process in a VBA macro.
I can open the file (which happens to be an html file, with that extension) fine into a new workbook, using the code:
Workbooks.Open Filename:="xxxxx.html"
However, I then have to copy and paste the contents of the worksheet in the newly opened workbook into the a new worksheet in the existing workbook.
If there is a way to open a file directly into a new worksheet of an open workbook it would be more efficient and save complications.
Configuration: Windows XP Chrome/Firefox/IE7 - in that order of preference MS Office 2000
Reply to Excelguru
|