Solved
Forum Discussion
Marsha_R
Champion Level 3
8 years agoDo you actually have a typo in this line?
Excel = Sys.OleObjext["Excel.Application"]
(should be OleObject)
Yes, I did... which is why I suggested a change... change from () to [].
Do you actually have a typo in this line?
Excel = Sys.OleObjext["Excel.Application"]
(should be OleObject)