How to return address of the column or cell I selected from Application.Inputbox, not just return the value?
Categorycolumn = Application.InputBox("Which column do you want select?", "Column")
    
      
        MsgBox Categorycolumn
Thanks Guys