I've just hit a problem with Autofilter..
I have a sheet with a space in the sheet name "Kheops Orders".
When I try to create an autofilter, I receive an error message :
Error in formula Kheops Orders!$A$1:$K$2301 Unknown name KHEOPS.
I have worked around it by using an underscore in the sheet name, but it would be better if it was fixed.
Thanks,
Autofilter on sheets with space in name
-
- Posts: 13
- Joined: Tue Feb 13, 2007 8:47 am
- Location: West Sussex England
Autofilter on sheets with space in name
Joe Griffin
GerbilSoft Associates Limited
GerbilSoft Associates Limited
-
- Posts: 13
- Joined: Tue Feb 13, 2007 8:47 am
- Location: West Sussex England
But how can I do that?You must put quotes around names with spaces
I create the autofilter by calling ...
xlsReadWriteII3.Sheet[0].AutoFilters.Add(0, 0, TotalCols - 1, RowCount - 1);
At no point do I use the sheet name; that's provided by your code.
Is there any chance you could release the .dpk files so that I could rebuild the .bpl file?
Thanks,
Joe Griffin
GerbilSoft Associates Limited
GerbilSoft Associates Limited
-
- Posts: 13
- Joined: Tue Feb 13, 2007 8:47 am
- Location: West Sussex England