Re: Program too large
- From: "NickHK" <TungCheWah@xxxxxxxxxxx>
- Date: Thu, 14 Dec 2006 14:18:10 +0800
And the error is where ?
As a text file, it is ~56K, all in one routine, but it looks like you need
to look at using arrays and process in a loop, then you would have a much
shorter routine.
Dim xData(1 to 36?) as long
'Then assign values
for i=1 to 36
....etc
NickHK
<bpotter_chk@xxxxxxxxx> wrote in message
news:1166076080.389076.220380@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
here is my code. I hope it isn't too large for this post.----------- CUT --------------
Sub sort_WC()
Dim wscost As Work***
Dim wscostsort As Work***
Dim x As Long
Dim lrow1 As Long
Dim cnt As Long
Dim xjan04 As Long
Dim xfeb04 As Long
Dim xmar04 As Long
Dim xapr04 As Long
Dim xmay04 As Long
Dim xjun04 As Long
Dim xjul04 As Long
Dim xaug04 As Long
.
- Follow-Ups:
- Re: Program too large
- From: bpotter_chk
- Re: Program too large
- References:
- Program too large
- From: bpotter_chk
- Re: Program too large
- From: bpotter_chk
- Program too large
- Prev by Date: Re: File attributes
- Next by Date: Re: Conditional Computing
- Previous by thread: Re: Program too large
- Next by thread: Re: Program too large
- Index(es):