View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Increase a currency grid values by 3%

You can change the values by
sub upit()
for each c in selection
c.value=c*1.03
next c
end sub
--
Don Guillett
SalesAid Software

"Kate/comp" wrote in message
...
I have a salary chart that I am trying to add 3% increase to the whole grid