View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Also Also is offline
external usenet poster
 
Posts: 12
Default Format cells based on text string contains

OK,
Seems to make sense, however, I need to do it as part of a Macro that I can
call i.e.:

Sub Name()

I don't know how to convert the scripts starting:

Private Sub Worksheet_Change(ByVal Target As Range)

Currently the Macro pulls some filtered data from one sheet and pastes it
into a new sheet, does some formatting/rearranging etc. So this is actually
the last step in a process.

Thanks all for the help so far.