Hi all,
I am fairly new to VBA and have the following problem:
I have the following sub:
Code:
Public Sub AllocateLinks()
...
End Bub
This routing is part of the worksheet wsTurns and I call it as:
Code:
Private Sub btnAssignSections_Click()
wsTurns.AllocateLinks
End Sub
This however causes an Argument not Optional error message which I do not understand.
Thanks for all help,
Hans