Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Integrate VBA to QM2
#1
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:

Code:
Copy      Help
Sub Macrocslu2()

    Range(Selection, Selection.End(xlToLeft)).Select
    Range(Selection, Selection.End(xlUp)).Select
    Selection.Delete Shift:=xlUp
    Range("D2").Select

End Sub
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)