10-03-2013, 11:44 AM
Hello ,
I have a simple question and I wasn't able to get any results from using the search option.
I have a simple macro in VBA:
It basically gets the current selection and modifies it so I can delete the cells that I desire.
My question is , how can I integrate this macro in QM2?
I can't figure out how do I implement the "Selection" bit in QM2.
Sergiu
I have a simple question and I wasn't able to get any results from using the search option.
I have a simple macro in VBA:
Sub Macrocslu2()
Range(Selection, Selection.End(xlToLeft)).Select
Range(Selection, Selection.End(xlUp)).Select
Selection.Delete Shift:=xlUp
Range("D2").Select
End Sub
My question is , how can I integrate this macro in QM2?
I can't figure out how do I implement the "Selection" bit in QM2.
Sergiu