Hi,
I have a multiple tables on multiple sheets that are upadated through a sql query. I then search these sheets for cretain text and copy these rows to a spearate sheet called other tickets using a vba macro.
Sub OtherTickets()
'ActiveSheet.Unprotect
Dim r As Range, c As Range, j As Integer...
I have what seems to be an unsolvable problem. A challenge for you Guru's.
I fill out a new timesheet (see timesheet tab) each day. That information from the timesheet is copied to the appropriate row on the WorkCompCore sheet.
I start out with a blank timesheet each day.
I need all of the...