I would like to execute Autosum from within VBA.
I have a "custom" tool bar with one button (autosum) on it.
The following code fragment that worked in Excel 2000 no longer work's in Excel 2003.
Dim cb as CommandBarButton
Set cb = CommandBars("Custom").Controls(1)
cb.Execute
The code does not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.