Subfolder Level Limitations

  • Thread starter Thread starter netrangerx
  • Start date Start date
N

netrangerx

Is there a limit to the number of levels deep an Excel (or Office)
file can be? I have a user who can not open Excel files from a file
server if that file is 7 levels deep. The file still does not open at
the 6th level, but DOES open at the 5th. A PDF file at 7 levels deep
opens fine, suggesting it is a limitation of Excel or Office, but
wanted to know for sure.

Thanks.
 
Could be that the string for the path is getting too long
Maybe Acrobat using longer strings
 
(e-mail address removed) wrote...
Is there a limit to the number of levels deep an Excel (or Office)
file can be? I have a user who can not open Excel files from a file
server if that file is 7 levels deep. The file still does not open at
the 6th level, but DOES open at the 5th. A PDF file at 7 levels deep
opens fine, suggesting it is a limitation of Excel or Office, but
wanted to know for sure.

First question would be what's the server OS?

FWIW, on a Windows 2003 server share mapped as F: I just saved, closed
and reopened a file with the pathname

F:\a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\deleteme.xls

so 16 subdirectory levels deep.

I'm not aware of any restriction on directory level nesting per se,
but there are OS restrictions on the length of fully qualified
pathnames. How many characters does this user's fully qualified
pathname have?
 
Back
Top