Message 1 of 3
Ilogic prompting excel save? Help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've use this bit of code numerous times in the past and now for some reason it's giving me an odd problem.
NewMat = GoExcel.CellValue("File.xlsx", "Info", "F30") NewMat = CStr(NewMat) iProperties.Material = NewMat
Nothing special - just go into Excel, find a value and make that value the material for the part.
Now, for some reason, everytime that code runs it's popping up a dialog to save the excel file. Why? it's not changing anything, just reading a value. Worse yet, it'll leave dead excel.exe's running in the task manager. Oddly not 1:1, not uncommon to be working and have it pop up 10 times then see 5 excel's in the TM.
Why is it trying to save the excel file now when it never did before?