Out of Memory Problem

  • Thread starter Thread starter Todd Huttenstine
  • Start date Start date
T

Todd Huttenstine

Sheets("Converted Data").Range("P2") = "=INDEX('[COGNOS
Followup Mismatches.xls]COGNOS Names'!$B:$B,MATCH
(N:N,'[COGNOS Followup Mismatches.xls]COGNOS Names'!
$A:$A,0))"

Hey guys the above code inserts an index formula into cell
P2. Everytime I run the code it asks me where COGNOS
Followup Mismatches.xls is located. I have to tell it
every time. Instead of having to do this, is there a way
I can put it in the code so it knows? It is located in...
Q:\Stats2004\Todds Reports\COGNOS Followup Mismatches.xls

Also when I navigate to it and click ok, I get the
error "Not Enough Memory". Why does this happen and how
do I fix this?


Thanks
Todd Huttenstine
 
Sheets("Converted Data").Range("P2") = "=INDEX('Q:\Stats2004\Todds
Reports\COGNOS [COGNOS
Followup Mismatches.xls]COGNOS Names'!$B:$B,MATCH
(N:N,'Q:\Stats2004\Todds Reports\COGNOS [COGNOS Followup
Mismatches.xls]COGNOS Names'!
$A:$A,0))"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Code Problem 3
Index match lookup formula 4
Dir Path Code Problem 2
LastName, FirstName format 2
Reversing Words 5
ActiveCell.Address 3
Listbox 8
Copy file while in use 3

Back
Top