Thread
:
AutoSum button
View Single Post
#
1
Posted to microsoft.public.excel.programming
Chip Pearson
external usenet poster
Posts: 7,247
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.
Reply With Quote
Chip Pearson
View Public Profile
Find all posts by Chip Pearson