Article ID: 103164
Article Last Modified on 8/15/2005
Sub AutoSum()
'This macro activates the AutoSum function on the active cell.
Application.SendKeys ("%=~")
End Sub
A1: =SEND.KEYS("%=")
A2: =SEND.KEYS("~")
A3: =RETURN()
Explanation of Above MacroA1: Sends the AutoSum Keyboard Shortcut A2: Sends the Enter Key A3: Ends the macroMicrosoft provides macro examples for illustration only, without warranty either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.
Additional query words: 4.00a sum end row column formula Excel
Keywords: KB103164