


Dim xApp as Excel.Application
Dim xWb as Workbook
Dim xSh as Worksheet
Set xApp = CreateObject("Excel.Application")
Set xWb = xApp.Workbooks.Add
Set xSh = xWb.Sheets(1)
'Работаем с листом и книгой
Set xSh = Nothing
xWb.Close
Set xWb = Nothing
xApp.Quit
Set xApp = Nothing
'выгружаем...
Set xSh = Nothing
Set xApp = Nothing
Set xWb = Nothing 





Сейчас этот форум просматривают: AhrefsBot, SemrushBot и гости: 12