excel - XLT open File Right click - > Open -


if need edit .xlt file path use command

dim file_name string = "c:\filename.xlt"  if system.io.file.exists(file_name) = true     process.start(file_name) end if 

after making changes on when want ctrl + s ( save file ) popup me new window , how change. makes me lot of troubles.

if go manually on path "c:\filename.xlt" right click on file , choose open . after making changes ctrl + s ( save ) , saves changes without further prompts.


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -