這裏顯示兩個版本的差異處。
| Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
|
microsoft:office [2008/10/23 22:12] wenpei |
microsoft:office [2010/10/16 12:14] (目前版本) wenpei |
||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | ====== Word ====== | ||
| + | [[http://www.ithome.com.tw/itadm/article.php?c=55712&s=1|自救術─文書處理實務:為何圖片總是不聽話?]] | ||
| + | |||
| ====== Template ====== | ====== Template ====== | ||
| * 微軟官方:http://office.microsoft.com/en-us/templates/FX100595491033.aspx | * 微軟官方:http://office.microsoft.com/en-us/templates/FX100595491033.aspx | ||
| 行 4: | 行 7: | ||
| * free ppt templates:http://www.freeppttemplates.com/index.html | * free ppt templates:http://www.freeppttemplates.com/index.html | ||
| * Presentation Helper:http://www.presentationhelper.co.uk/ | * Presentation Helper:http://www.presentationhelper.co.uk/ | ||
| + | * PowerPoint Styles:http://www.powerpointstyles.com | ||
| ====== Excel Tips and Shortcuts ====== | ====== Excel Tips and Shortcuts ====== | ||
| 行 18: | 行 22: | ||
| ====== PowerPoint 2007 ====== | ====== PowerPoint 2007 ====== | ||
| - | 利用Powerpoint建立美麗的3D圖示:http://notebook-it.blogspot.com/2008/07/powerpoint3d.html | + | ===== 將檔案中所有的圖片拿出來 ===== |
| + | 直接將檔案的副檔名改成「.zip」,解壓縮後,即可在「ppt/media」資料夾中找到所有圖檔。 | ||
| - | 利用PowerPoint製作3D地圖簡報:http://notebook-it.blogspot.com/2008/07/powerpoint3d_30.html | + | ===== 利用Powerpoint建立美麗的3D圖示 ===== |
| + | http://notebook-it.blogspot.com/2008/07/powerpoint3d.html | ||
| + | |||
| + | ===== 利用PowerPoint製作3D地圖簡報 ===== | ||
| + | http://notebook-it.blogspot.com/2008/07/powerpoint3d_30.html | ||
| + | |||
| + | ====== Word ====== | ||
| + | ===== 移除所有超連結 ===== | ||
| + | 將要移除超連結的區塊全選起來,然後按下「Ctrl + Shift + F9」。 | ||
| ====== iSprint ====== | ====== iSprint ====== | ||
| 行 34: | 行 47: | ||
| - 刪除裡面「DigitalProductID」和「ProductID」兩筆資料。 | - 刪除裡面「DigitalProductID」和「ProductID」兩筆資料。 | ||
| - 關閉 regedit,開啟 Office 軟體,即可重新輸入序號。 | - 關閉 regedit,開啟 Office 軟體,即可重新輸入序號。 | ||
| + | |||
| + | ====== 在 Excel 內統計字數 ====== | ||
| + | len() 函式可計算某一儲存格的字元數,若輸入 sum(len(字數統計範圍)) 後,按 Ctrl+Shift+Enter 而非單純只按 Enter,則會變成統計陣列,即可統計出範圍內的總字數。 | ||