Skip to content

Commit 29f0729

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

personal_macro_workbook.vb

Lines changed: 2 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.

0 commit comments

Comments
 (0)