View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Aaron Aaron is offline
external usenet poster
 
Posts: 287
Default Change value of each cell in selected range by percentage

Hello,

Is there an easy way to select a range of cells and change the value of each
cell by the same percentage without adding formula columns? I'd like the
code to ignore blank or non-value cells that are in the selected range. What
I have in mind is a pop-up box that shows up by clicking a macro button that
asks for the value to multiply all cells in the range by and then change
those cells. Any help would be much appreciated.

Thank you,
Aaron