M
Mikeice
Just posting this again as desperate to have this work.
I need the cell B3 which displays month to refer to the worksheet nam
in vbcode.
Just want to say you guys are great and thanks for all you help thu
far.
So the cell B3 needs to populate below where it says ("Jan")
Set Summary = Worksheets("Jan")
With Summary
Set LastCol _
= .Cells(myToRow(LBound(myToRow)), .Columns.Count).End(xlToLeft)
If IsEmpty(LastCol) Then
NextColNum = LastCol.Colum
I need the cell B3 which displays month to refer to the worksheet nam
in vbcode.
Just want to say you guys are great and thanks for all you help thu
far.
So the cell B3 needs to populate below where it says ("Jan")
Set Summary = Worksheets("Jan")
With Summary
Set LastCol _
= .Cells(myToRow(LBound(myToRow)), .Columns.Count).End(xlToLeft)
If IsEmpty(LastCol) Then
NextColNum = LastCol.Colum