View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
J.W. Aldridge J.W. Aldridge is offline
external usenet poster
 
Posts: 425
Default create sheet based on value in string

Thanx.

They will repeat however their will be only one phrase "abc" or "def"
in the string in column A

In other words....

There will be two sheets created. "product of abc" and "product of
def"
Based on cell value in column A, if the contents are "abc" then that
row will paste to row 1 sheet "product of abc"
The next row that matches will follow with row 2, and so on.

Subsequently, if the contents are "def" then that row will paste to
sheet "product of def"
etc.,etc.,