View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Den
 
Posts: n/a
Default Is this possible with a macro?

On Thu, 20 Apr 2006 09:16:53 -0500, "Don Guillett"
wrote:

something like
for each c in selection
c.value=c+124.56
next c



Not sure I can follow you on that one, Don
I still struggle with functions and VB is still in the future. :-(
The solution given by Duke looks good to me and appropriate for my
present level of knowledge.

Thanks Don

Den