Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
Does someone know why this doesn't work in VBA (Excel 97): lTemp = Application.SheetsInNewWorkbook Application.SheetsInNewWorkbook = 1 Set wbTarget = Workbooks.Add Application.SheetsInNewWorkbook = lTemp Gr. ROn... |