Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default string size limitations for array formulas

From scanning previous posts, it seems that any VBA code using .FormulaArray
to take a string and use it to put an array formula into a cell is limited to
a string size of 255 characters.

if I use VBA code similar to the following...

answer = Evaluate("some array formula string here")
Sheet1.Range("D1") = answer

am I restricted by the same string size limitation?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default string size limitations for array formulas

Think of Evaluate or [] as being a virtual cell - so you would have the same
limitations.

--
Regards,
Tom Ogilvy


"David Fazenbaker" wrote:

From scanning previous posts, it seems that any VBA code using .FormulaArray
to take a string and use it to put an array formula into a cell is limited to
a string size of 255 characters.

if I use VBA code similar to the following...

answer = Evaluate("some array formula string here")
Sheet1.Range("D1") = answer

am I restricted by the same string size limitation?


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
Why the arbitrary spreadsheet size limitations? T Magritte Excel Discussion (Misc queries) 7 July 24th 08 09:12 AM
Spreadsheet Size Limitations Trev[_2_] Excel Discussion (Misc queries) 3 May 29th 08 07:48 PM
vlookup size limitations search range? Hans Excel Worksheet Functions 4 February 19th 08 07:34 AM
Size/memory limitations for vlookup fixed in the new Excel? Martin Miller Excel Discussion (Misc queries) 2 June 27th 06 08:49 PM
size limitations on auto filter jeo1 Excel Discussion (Misc queries) 2 April 7th 06 02:43 PM


All times are GMT +1. The time now is 12:42 PM.

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

About Us

"It's about Microsoft Excel"