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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -