delete macro with code

  • Thread starter Thread starter FSt1
  • Start date Start date
F

FSt1

how do you delete a macro with code.
i have a file(OpenWO) with code to high like row when you
click on them or arrow down/up.
Private Sub Worksheet_SelectionChange(ByVal Target As
Range)
Cells.Interior.ColorIndex = xlColorIndexNone
Target.EntireRow.Interior.ColorIndex = 36
End Sub
but at the end of each month, i run another macro that
colors up the data with 9 different colors depending of
conditions then save the file off with a different name
as a monthly record.
i have to delete the above macro before runing the EOM
macro or risk distroying all of the other colors.
I would like to delete the above macro with code when i
run the EOM macro.
any one know how to do this??
thanks in advance.
 
thanks chip. works great in test. now to add it to my EOM
macro. this will really keep my butt out of future hot
water.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top