Skip to content

Commit 9c44590

Browse files
authored
Update personal_macro_workbook.vb
1 parent 29f0729 commit 9c44590

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

personal_macro_workbook.vb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Sub CLAM2()
3131
Else
3232
' Windows
3333
'direc = "C:" + backSlash + "Users" + backSlash + "Public" + backSlash + "Excel_XPS_macro" + backSlash + "Data" + backSlash + "hideki" + backSlash + "XPS" + backSlash ' this is for BOOTCAMP/Parallels on MacBookAir.
34-
'direc = "G:" + backSlash + "Data" + backSlash + "Hideki" + backSlash + "XPS" + backSlash ' this is for Windows PC with HDD storage.
35-
direc = "D:\Excel_XPS_macro\DATA\hideki\XPS\"
34+
direc = "G:" + backSlash + "Data" + backSlash + "Hideki" + backSlash + "XPS" + backSlash ' this is for Windows PC with HDD storage.
35+
'direc = "D:\Excel_XPS_macro\DATA\hideki\XPS\"
3636
End If
3737

3838
windowSize = 1.3 ' 1 for large, 2 for small display, and so on. Larger number, smaller graph plot.
@@ -4677,6 +4677,7 @@ Sub FitCurve()
46774677

46784678
If StrComp(mid$(strMode, 1, 6), "Do fit", 1) = 0 Then
46794679
Else
4680+
j = 0
46804681
Call FitInitial
46814682
Exit Sub
46824683
End If

0 commit comments

Comments
 (0)