View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pj pj is offline
external usenet poster
 
Posts: 3
Default new sheet ops in macro

Hi,
I have a worksheet with much grouped data on it. I would
like to break up this data onto different sheets within
the same workbook.

Is there a way to:

1. add new sheets to a workbook from a macro?
2. rename these sheets (from the macro) with info from
cells in the original sheet?

TIA
pj