Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Pivot Cache error using Range object containing cell with 255 char

I found the following problem in Excel VBA (both 2K3 SP2 and 2K7):

User gets Error number 13 - Type Mismatch when calling the PivotCache.Add
method under the following condition: supplying a Range object as the
SourceData input parameter when that Range object contains 1 or more cells
with 255 characters.

The issue reproduces 100% of the time.
Is this a known issue?
If not, how can it be submitted to Microsoft for resolution?

I also have the following facts:
1.) A Range object which includes one or more cells with 255 characters
appears to be OK in the debugger (Locals window). I can retrieve standard
properties of the object. The object seems perfectly valid.

2.) The PivotCache.Add method will work fine with the same source data *IF*
the SourceData input parameter is supplied as String (e.g. "Sheet1!A1:Z1000")
instead of a Range object.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
FIND 1 char in cell of any 3 char =True Nastech Excel Discussion (Misc queries) 5 April 26th 08 02:17 PM
multiple pivot tables from 1 pivot cache sugargenius Excel Programming 0 February 22nd 07 07:41 PM
Changing Range on Pivot Cache Wyvern Excel Programming 1 March 29th 06 03:16 AM
Range Question / error 1004: method Range of object Worksheet has failed Paul Excel Programming 3 April 7th 05 02:56 PM
error message with Pivot Cache Wolfram Schneider Excel Programming 0 January 26th 05 05:15 AM


All times are GMT +1. The time now is 03:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"