Link to different rows of XLS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My guess is this isn't do-able for some reason.
At any rate, i have an excel file for a piece of equipment we make. It's about 300 lines long in sheet1. In order to try and speed things up, i've been breaking down sheet 1 into sections. So
Main Body goes from A2-A16,
AssemblyB goes from A19-A30
AssemblyC goes from A34-78
etc
Point being, why load 300 lines of variables into a piece requiring only 5.
Using 'START CELL' you can start the excel file off wherever you want. What i'd like is to be able to have read lines A2-16 and, say, A159-A168 in the same file. When trying to add the excel file a second time (even with a new start cell) it says can't load the excel file twice and no syntax i've found yet in the start cell lets you pick multiple starting points.
Is there anyway to do this?