iLogic Rule for Selecting Excel Cell

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm a long time Inventor user. However I have just started exploring the power of iLogic. I have written some recent rules to help automate some of our routine task. I would like to create a rule that interfaces with an Excel file we use often that stores material information that we use to populate some of our iProperty parameters. Mainly I'm looking to pull data from two cells in the workbook. I have code to open the Excel file. I would then like for the user to select a "cell" in Column B and have that value assigned to the "Stock Number" iPropety parameter and based on that selection, find the value in the corresponding "G" column and assign that to the "Description" iProperty parameter. I can't seem to find the iLogic code for prompting the user to select the desired Excel cell (with a mouse click) and assigning that to a variable to be used to fill out the iProperty. Is there a method for accomplishing this or will a VBA snippet be required to accomplish it?
Any tips are greatly appreciated. I have search the forums for some sample code but have come up empty.