Solved
Forum Discussion
jmcpeek
11 years agoContributor
Set Excel = Sys.OleObject("Excel.Application")
set temp = Excel.Workbooks.Open("pathToYourWorkbook")
call temp.sheets.add()
temp.activesheet.name = "This is my new worksheet"
call temp.save
Related Content
- 4 years ago
- 9 years ago
- 6 years ago
- 6 years ago
Recent Discussions
- 2 days ago
- 4 days ago