iLogic To Create Excel Sheet link When One Doesn't exist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need a way to link a single excel sheet to every part/sub assembly in the top assembly using iLogic. I understand the method to replace an existing excel sheet in this case:
changeOK = GoExcel.ChangeSourceOfLinked(partialOldName, newName)
but I'm having trouble doing it when an excel sheet doesn't exist in the first place. I get an error if I set the old name to nothing. I also need to know if iLogic can specify what cell to start in within the excel sheet. Something other than the default A1. Is there a way to do ether of these things?
Link copied