View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
GeorgeJ GeorgeJ is offline
external usenet poster
 
Posts: 40
Default Using selections in VBA


Suppose the user has selected several non-contiguous groups of cells, and
then he pushes a button which calls the VBA routine "Demo_Routine" What
would the code of "Demo_routine" look like if it were to put, say, to put
the word "Hello" into every cell in each of the selected groups?

Thanks

--
-regards