Hi all,
I have been given this code by a friend but i do not want it to always look in this sheet.
I have saved the module (send_rows) on a new spreadsheet.
How can i just make it run from a button in whatever sheet it is in?
I.e aslong as send_rows is saved in the modules of a spreadsheet i can run it!
Sub LocalUse_Button2_Click()
Application.Run "'GL Maintenance Systemv2.xls'!Send_rows.Send_rows"
End Sub