View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fishnerd Fishnerd is offline
external usenet poster
 
Posts: 16
Default Excel 2003 Macro help

Can anyone tell me how to make a macro that when the graphic is clicked on,
the macro would select the cell that graphic is locked to (not by specific
name i.e. E5), move one cell to the right, and "double-click" that cell.

I need it to specifically select the cell that that specific graphic is in
and I will have hundreds of buttons doing this, and I want to be able to make
one and copy it where needed without all of them selecting the cell that the
original is in, and I don't want to do each and every one separately.

Thanks in advance for any help