Skip to content

Commit bdc9fcf

Browse files
authored
Update personal_macro_workbook.vb
1 parent 96093af commit bdc9fcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

personal_macro_workbook.vb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7528,7 +7528,7 @@ Sub ShirleyBG() 'iteration mode
75287528
If StrComp(mid$(LCase(Cells(1, 2).Value), 1, 1), "a", 1) = 0 Then
75297529
Cells(1, 2).Value = "ABG"
75307530
strBG2 = "ab"
7531-
Exit Sub
7531+
GoTo SkipShirley
75327532
Else
75337533
Cells(1, 2).Value = "BG"
75347534
strBG2 = "bg"
@@ -7564,6 +7564,7 @@ Sub ShirleyBG() 'iteration mode
75647564
Cells(4, 2).Value = a0
75657565
Cells(5, 2).Value = k
75667566

7567+
SkipShirley:
75677568
Cells(11, 101).Value = "squares"
75687569
Cells(20 + sftfit, 100).Value = "least squares" ' least squares method
75697570
If Cells(2, 101).Value <= 0 Then

0 commit comments

Comments
 (0)