Thread: AutoSum button
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default AutoSum button

PK,

Try the following:

Application.CommandBars.FindControl(ID:=226).Contr ols(1).Execute
Application.CommandBars.FindControl(ID:=226).Contr ols(1).Execute

Yes, you need to execute it twice.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"pk" wrote in message
...
Hello and help please!

In Excel XP, using VBA, is there a way to simulate a click
of the "AutoSum" button on the toolbar to insert a sum
formula into the current cell?

If so, can you supply example code to do it?

Thanks much in advance.