View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mazzarin mazzarin is offline
external usenet poster
 
Posts: 18
Default Dynamic button creation

Hi,

I have a column of numbers in an excel sheet. They can be any set of
numbers, but only within the range L15:L21

Is it possible, for every non-empty cell (maybe on error resume next?),
to create a button on top of the cell with the caption set as the
number IN the cell, and for it to call a script mulby(cell.value here)

Thanks for any assistance.