View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kaan Demirtas Kaan Demirtas is offline
external usenet poster
 
Posts: 1
Default SELECTION INFORMATION NEEDED PLEASE HELP

Hello,

I need to get the information about the selection I have made with my mouse.

What I am trying to do is converting rows or columns from upside-down to
downside-up for more brief explanation 5 rows will change as
row 1 === will replace with row 5
row 2 === will replace with row 4
row 3 === will replace with row 3
row 4 === will replace with row 2
row 5 === will replace with row 1

is there any simpler solution for that???

and help will be appreciated.