An explanation of the Office template path:
WIN7 C:\Users\Administrator\AppData\Roaming\Microsoft\Templates Word Template path
WINXP C:\Documents and Settings\Administrator\application Data\microsoft\excel\xlstart Excel Startup path
C:\Program Files\Microsoft Office\office11\xlstart Excel Macro Startup path
Where is the Excel template path? Version 2010 of Excel under Explorer, select C:/Program Files/microsoft office/office14/xlstart to locate the Excel template path.
Start Excel Press Alt+f+n to select a template on the local computer or a template on the network as needed.
If it's really unclear where the Excel template path can create a new Excel document, press ALT+F11 to open the VBE interface Insert-module input code and then press F5 to run to see the Excel template path address.
Sub Excel template Path ()
MsgBox "Template Save default path is:" & Application.templatespath
End Sub
The Excel template path inside the author's computer is the c:/documents and Settings/administrator/application obtained from the above code data/microsoft/templates
C:\Users\ user name \AppData\Local\Temp inside is a temporary file.
C:\Users\ user name \appdata\local\microsoft\windows\temporary Internet files inside is the IE cache file is hidden by default.
C:\Users\ user name \appdata\local\microsoft\windows\history inside is the browser history is hidden by default.
System Super User (Administrator) for example:
Historical records
C:\Users\Administrator\AppData\Local\Microsoft\Windows\History
Local Application Data
C:\Users\Administrator\AppData\Local
My music, pictures, videos
C:\Users\Administrator\Music
C:\Users\Administrator\Pictures
C:\Users\Administrator\Videos
Network Neighborhood
C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Network shortcuts
My Documents
C:\Documents and Settings\Administrator\My Documents
Start Menu Program
C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
Recently Used items
C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent
Sent to
C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\SendTo
Start
C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Start Menu
C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu
Templates
C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Templates
Download
C:\Users\Administrator\Downloads
Network printers
C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Printer shortcuts
Temporary files
C:\Windows\TEMP
Administrator User temp file
C:\Users\Administrator\AppData\Local\Temp
Administrator user Application Data
C:\Users\Administrator\AppData\Roaming
Administrator user IE cache
C:\Users\Administrator\AppData\Local\Microsoft\Windows\Temprary Internet Files
Administrator user ie Cookies
C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Cookies
This article is from the "@ Fast unblocked @" blog, make sure to keep this source http://speediness.blog.51cto.com/760841/1717551
Office Template path Win7 system path