View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default select range from code

Hi
range("A1:B20").select

--
Regards
Frank Kabel
Frankfurt, Germany

"Tommy" schrieb im Newsbeitrag
...
thanks to ron and tom i'm sending a selection in the body of an

email,
but since the sending will be done through code, i have to create the
selection in the code, how can i select a range to be used as the
selection, anyone got any ideas -- Thanks