View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Johnny[_9_] Johnny[_9_] is offline
external usenet poster
 
Posts: 8
Default Select range -- convert formulas to values

I understand how to convert a formula to a value:
Range("A1").Formula = Range("A1").Value

Can somebody help with the syntax to use the selected range instead of
hard-coding a range into the macro?