bottomrightcell

  • Thread starter Thread starter Mike Goodrich
  • Start date Start date
Mike

You can make a sub like this and assign it to that Forms object

Sub OneBottom()

ActiveSheet.Shapes(Application.Caller).BottomRightCell.Value = 1

End Sub
 
Back
Top