View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default VBA programming in Excel worksheet


Not without seeing your code.....

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Jack R" wrote in message
...
I use a VBA "running total" programmed to auto add each new # to existing
cell #. That part is fine. But my first sub routine: Sub NameRange (), I
find the running total doesn't stop at the cell indicated, but continues
an
additional 10 lines down. I have tried to retype and save the cell range,
but it does not change. Any thots??
--
WJR