LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 921
Default Cell 255 character limit & VBA

I need to build a calculation that refers to values from 7 different sheets.
But when I use the formula I get an out of memory error due to the length of
the network path.

Any ideas
Arr = Array("[29382_F03Q1LE_CIS_Ph1&2 Historical & R1A.xls]", "[70173_PMO
F05_CIS x.xls]", "[70174_R1B F05 LE_CIS x.xls]", "[70175_R2 Disputes F05
LE_CIS x.xls]", "[70176_R2 IVR F05 LE_CIS x.xls]", _
"[70177_R2 Marketing F05 LE_CIS.xls]", "[70178_R3_F05_CIS.xls]")
Arr1 = Array("29382 Historical & R1A Reconciliation", "70173 PMO
Reconciliation", "70174 R1B Reconciliation", _
"70175 Disputes Reconciliation", "70176 IVR Reconciliation", "70177
Marketing Reconciliation", "70178 Release 3 Reconciliation")

MyPath = "'\\v1sacpdofc2\cpdprojects\CIS Financials\QLE\LE\F05 LEs\"
Actuals = Xlmonth2 & " " & XlYear & " - " & (Xlmonth3) & " Actuals wz " &
Xlmonth2 & " LE\"
FwdMth = xlmonth + 1

Worksheets("Project Plan05-06").Cells(60, CurMth + 1) = "=" & MyPath &
Actuals & Arr1(0) & "\" & Arr(0) & _
"Project Plan'!$W$60" & "+" & MyPath & Actuals & Arr1(1) & "\" & Arr(1) &
"Proj Plan'!E60" & _
"+" & MyPath & Actuals & Arr1(2) & "\" & Arr(2) & "Proj Plan'!E60" & "+" &
MyPath & Actuals & Arr1(3) & "\" & Arr(3) & "Proj Plan'!E60" & "+" & MyPath &
Actuals & Arr1(4) & "\" & Arr(4) & "Proj Plan'!E60" & "+" _
& MyPath & Actuals & Arr1(5) & "\" & Arr(5) & "Proj Plan'!E60" & "+" &
MyPath & Actuals & Arr1(6) & "\" & Arr(6) & "Proj Plan'!E60"

 
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
cell character limit keenah Excel Discussion (Misc queries) 8 November 24th 09 05:58 PM
Is there a character limit within a cell? Allyson Excel Discussion (Misc queries) 1 September 14th 06 02:02 AM
Character limit in cell Jan Excel Discussion (Misc queries) 3 April 21st 06 02:40 AM
Character limit per cell BrianR Excel Discussion (Misc queries) 3 May 19th 05 04:50 PM
Cell 255 character limit and formula EaglesNest Excel Worksheet Functions 6 February 27th 05 12:06 AM


All times are GMT +1. The time now is 07:13 AM.

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"