Hi Everyone,
I currently have the following 2 codes running, each with their separate buttons:
![]()
Sub MinRib() Application.SendKeys "^{F1}" End Sub
How would i be able to create a single macro command button to run both of these codes IN SEQUENCE in the order shown above?![]()
Sub Macro4() ' ' Macro4 Macro ' ' Range("A1:AN61").Select Range("AN1").Activate ActiveWindow.Zoom = True End Sub
Thanks
Bookmarks