Hi all,
i couldnt find anything relating to this in previous threads & was wondering if anyone could shed somelight on this.
I have a macro that builds a TimeSheet. [named AutoWrecker]
I have another macro that is a User Input form [named frmEmployeeDetails]
When i run the form , you input a name & hours worked & it sends the data to
the TimeSheet. Easy.
but i now have to make a macro named 'startup' , that will call both of these macros.
not knowing much about this, i just assumed it was:
Sub Startup()
Call AutoWreckers
Call FrmEmployeeDetails.Show
EndSub
This obviously opens both the macros, but there in no longer communication between them. When data in inputted now, it is no longer sent to the timesheet.
Is anyone able to clarify what i need to add ?.
Thanks in advance
napalm
Bookmarks