View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Big Al Big Al is offline
external usenet poster
 
Posts: 3
Default add button syntax

I need to know the meaning of positional parameters for adding a button.

ActiveSheet.Buttons.Add(400, 40, 10, 10).Select

In the above example, what does the 1st, 2nd, 3rd, and 4th parameters
(within the parenthesis) control?