View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stefan Rauchegger Stefan Rauchegger is offline
external usenet poster
 
Posts: 1
Default Shape Marcro with Parameter

Hi NG!
Is it possible to serve many shapes with one Macro which expects a
parameter?
I get Errors like "expression too complex" (<--bumpy translation from
german)

My workaround would be using Application.Caller and a dictionary with
appropriate parameters for each served shape.

TIA

Stefan