View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
someguy someguy is offline
external usenet poster
 
Posts: 4
Default refer to user selection

Hi,

I'm trying to write a macro that can refer to certain cells that the
user has selected. Basically i want the user to be able to select certain
cells and call this macro. The macro then look at each cell and if there
is a value in the cell it add quotation marks to the value. How do I refer
to the range the user selected from my function/sub?

TIA