Counter Failure

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a master file that reside in a folder with a series of text files.
The text files are looped through generating, say one summed result each.
The summed result’s cell reference has a named range rt1Np. While looping
through the text files, rt1Np_cntr initially set to 0 is being re-set to
itself + the next rt1Np. rt1Np_Cntr = rt1Np_Cntr + rt1Np is not working and
I am not finding the pieces needed hold this running total.

Appreciatively,
Arturo
 
It's quite difficult to guess what the problem might be if you only
describe what is *supposed* to happen ;-)

Can you show some code ?

Tim.
 

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


Back
Top