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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -