View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
J.W. Aldridge[_2_] J.W. Aldridge[_2_] is offline
external usenet poster
 
Posts: 7
Default Worksheet place in workbook

I have found the vb code to allow me to insert sheets based on names
from a list. Next, I found the code that will allow me to add the same
cell values from each sheet: { SUM(START:END!C5) ]. My problem is, when
I add sheets to a workbook from the list, I want the sheet labled "end"
to remain in its place at the end so that my formulas can calculate
from "start" (add all the sheets up until) "end".

Is there any way possible to do this?