A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
re: add new workbook
This just worked for me...
'---
Sub createGPREC_outputFile()
Dim newWB As Excel.Workbook
Set newWB = Application.Workbooks.Add
newWB.Worksheets.Add After:=Sheet1, Count:=3
End Sub
'---
NLtL
https://1drv.ms/u/s!Au8Lyt79SOuhZw2MCH7_7MuLj04?e=sAwbHU
(free excel programs)