Hello All,
I am trying to fix the following macro which I am trying to execute in MAC. It works/loops for sometime and then excel gets closed. My code below:
Set wb = ActiveWorkbook
Set ws = Sheet1
a = Sheet4.Cells(Rows.Count, "A").End(xlUp).Row
If a > 1 Then
For b = 2 To a
c =...