10 lines
131 B
Batchfile
10 lines
131 B
Batchfile
@REM rm *.bas
|
|
@REM rm *.frm
|
|
@REM rm *.frx
|
|
@REM timeout 1
|
|
|
|
:loop
|
|
xlwings vba edit --file .\main.xlsm
|
|
timeout /t 1
|
|
goto loop
|