Let me know if I'm doing this correctly.
I'm double clicking the ThisWorkbook under Excel Object and adding in:
Private Sub Workbook_Open()
Call Sort
End Sub
That's it....can it have something to do with the way I saved my program? This should be working....right?
I'm double clicking the ThisWorkbook under Excel Object and adding in:
Private Sub Workbook_Open()
Call Sort
End Sub
That's it....can it have something to do with the way I saved my program? This should be working....right?