Output Data (45) sheetname is an invalid Sheet/Range specification for Excel
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have data in the form:
col1 col2 col3
A X data
A Y data
A Z data
B U data
B V data
B w data
and I want to make multiple files based on the values of col1 and inside each file, the tabs should be named after the values in col2. The data should correspond to the entries associated with col2 values. My current method gives this output error "Output Data (45) sheetname is an invalid Sheet/Range specification for Excel". Please help in rectifying this.
Solved! Go to Solution.
- Labels:
- Dynamic Processing
- Macros
- Transformation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@saachitalwar One way of doing this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I cant really make anything out in the image but I think you are using a UNC path.
Make sure your file name is something along the lines of \\networklocation\folderlocation\name.xlsx|||sheetname
"\\Networklocation\Folderlocation\"+[col1]+".xlsx|||"+[col2]
Make sure that when you are specifying to take the File/Table Name from field, you are changing the entire file path and removing that field from the output (if you choose to)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
