Excel 查詢即時匯率 VBA實戰系列 - 會計
By Poppy
at 2017-12-15T22:32
at 2017-12-15T22:32
Table of Contents
1. 即時匯率_對話方塊(xlam):https://goo.gl/cs8Spv
即時匯率查詢Demo (xlsm):https://goo.gl/2XVX69
2. 日幣現金匯率查詢(xlam):https://goo.gl/Cda3vh
日幣匯率查詢Demo(xlsm):https://goo.gl/HegVJL
Demo gif:https://i.imgur.com/rXzh1KC.gif
增益集使用方法:https://youtu.be/_8ez9G_QCUU
1. 之前匯率爬蟲增益集一次發完後總覺得少了些什麼,這禮拜把它補齊,
即時匯率_對話方塊(Scraping_Rate_Msgbox)這個功能就如上面gif所示,
會把台銀的即時匯率資料(http://rate.bot.com.tw/xrt?Lang=zh-TW)
顯示在對話方塊,牌價最新掛牌時間也是抓網頁的資料,
所以上面顯示的資料會隨著時間一直變動。
2. 因為即時匯率對實際會計作帳沒什麼用處,但對於要換匯的人來說應該還滿關心的,
日本又是國內旅遊大宗,就單獨做了日圓現金賣出的匯率查詢功能,
此功能(上班不要看匯率)只會顯示台銀即時的日圓現金賣出匯率。
------------------------------------------------------------------
╭─────────────┬─────┬───────────╮
│ EXCEL VBA │ 文章代碼 │ 下載 │
├─────────────┼─────┼───────────┤
│即時牌價查詢 │#1QB30fq7 │https://goo.gl/kLQRyL │
├─────────────┼──┬──┼───────────┤
│單一幣別匯率查詢 │ │ │https://goo.gl/5vTCF5 │
├─────────────┼──┼──┼───────────┤
│ ↘ Demo檔下載│ │ │https://goo.gl/as7oJn │
├─────────────┼──┼──┼───────────┤
│全部幣別匯率查詢 │ │ │https://goo.gl/Bh1XZj │
├─────────────┼──┼──┼───────────┤
│ ↘ Demo檔下載│ │ │https://goo.gl/HKtJyk │
├─────────────┼──┼──┼───────────┤
│全部幣別匯率查詢_對話方塊 │ │ │https://goo.gl/wdpqYu │
├─────────────┼──┼──┼───────────┤
│ ↘ Demo檔下載│ │ │https://goo.gl/L4wf1R │
├─────────────┼──┼──┼───────────┤
│匯率表產生器(xlsm)(有密碼)│ ▼ │https://goo.gl/LXSQ8o │
├─────────────┼─────┼───────────┤
│包含篩選 │#1QB2qaHU │https://goo.gl/iL8X8c │
├─────────────┼─────┼───────────┤
│多重篩選 │#1QB2qaHU │https://goo.gl/3ugx5w │
├─────────────┼─────┼───────────┤
│快速整理明細帳 │#1QB2km6W │https://goo.gl/X5dnqp │
├─────────────┼─────┼───────────┤
│插入PBC文字方塊 │#1QB2i47Y │https://goo.gl/mhXZox │
├─────────────┼─────┼───────────┤
│T字帳產生器 │#1Q8bpU-J │https://goo.gl/BhM4n8 │
├─────────────┼─────┼───────────┤
│Excel基本操作 │#1Q65UTNn │https://goo.gl/WFdbcG │
├─────────────┼─────┼───────────┤
│切換編輯模式&Enter向右 │#1Q3wLTS_ │https://goo.gl/a62rHp │
├─────────────┼─────┼───────────┤
│自訂選擇性貼上 │#1Q1pEUVg │https://goo.gl/3SCy2d │
├─────────────┼─────┼───────────┤
│透過公開資訊觀測站查詢財報│#1P_9YjWs │https://goo.gl/iUc49o │
├─────────────┼─────┼───────────┤
│ ↘ Demo檔下載│ │https://goo.gl/8PUAAy │
├─────────────┼─────┼───────────┤
│一鍵轉底稿 │#1Pz9ZLY0 │https://goo.gl/oBxQug │
├─────────────┼─────┼───────────┤
│千分位&Tickmark製作 │#1PxCHzh1 │https://goo.gl/gimhNd │
├─────────────┼─────┼───────────┤
│自訂插入儲存格按鈕 │#1PuWvwqq │https://goo.gl/Q53w7T │
├─────────────┼─────┼───────────┤
│自訂工作表字型按鈕 │#1PqA0Hn2 │https://goo.gl/NCGsnY │
╰─────────────┴─────┴───────────╯
每一推100P,人人有獎<( ̄︶ ̄)>
--
Accoding: https://www.facebook.com/AccodingTW/
--
即時匯率查詢Demo (xlsm):https://goo.gl/2XVX69
2. 日幣現金匯率查詢(xlam):https://goo.gl/Cda3vh
日幣匯率查詢Demo(xlsm):https://goo.gl/HegVJL
Demo gif:https://i.imgur.com/rXzh1KC.gif
增益集使用方法:https://youtu.be/_8ez9G_QCUU
1. 之前匯率爬蟲增益集一次發完後總覺得少了些什麼,這禮拜把它補齊,
即時匯率_對話方塊(Scraping_Rate_Msgbox)這個功能就如上面gif所示,
會把台銀的即時匯率資料(http://rate.bot.com.tw/xrt?Lang=zh-TW)
顯示在對話方塊,牌價最新掛牌時間也是抓網頁的資料,
所以上面顯示的資料會隨著時間一直變動。
2. 因為即時匯率對實際會計作帳沒什麼用處,但對於要換匯的人來說應該還滿關心的,
日本又是國內旅遊大宗,就單獨做了日圓現金賣出的匯率查詢功能,
此功能(上班不要看匯率)只會顯示台銀即時的日圓現金賣出匯率。
------------------------------------------------------------------
╭─────────────┬─────┬───────────╮
│ EXCEL VBA │ 文章代碼 │ 下載 │
├─────────────┼─────┼───────────┤
│即時牌價查詢 │#1QB30fq7 │https://goo.gl/kLQRyL │
├─────────────┼──┬──┼───────────┤
│單一幣別匯率查詢 │ │ │https://goo.gl/5vTCF5 │
├─────────────┼──┼──┼───────────┤
│ ↘ Demo檔下載│ │ │https://goo.gl/as7oJn │
├─────────────┼──┼──┼───────────┤
│全部幣別匯率查詢 │ │ │https://goo.gl/Bh1XZj │
├─────────────┼──┼──┼───────────┤
│ ↘ Demo檔下載│ │ │https://goo.gl/HKtJyk │
├─────────────┼──┼──┼───────────┤
│全部幣別匯率查詢_對話方塊 │ │ │https://goo.gl/wdpqYu │
├─────────────┼──┼──┼───────────┤
│ ↘ Demo檔下載│ │ │https://goo.gl/L4wf1R │
├─────────────┼──┼──┼───────────┤
│匯率表產生器(xlsm)(有密碼)│ ▼ │https://goo.gl/LXSQ8o │
├─────────────┼─────┼───────────┤
│包含篩選 │#1QB2qaHU │https://goo.gl/iL8X8c │
├─────────────┼─────┼───────────┤
│多重篩選 │#1QB2qaHU │https://goo.gl/3ugx5w │
├─────────────┼─────┼───────────┤
│快速整理明細帳 │#1QB2km6W │https://goo.gl/X5dnqp │
├─────────────┼─────┼───────────┤
│插入PBC文字方塊 │#1QB2i47Y │https://goo.gl/mhXZox │
├─────────────┼─────┼───────────┤
│T字帳產生器 │#1Q8bpU-J │https://goo.gl/BhM4n8 │
├─────────────┼─────┼───────────┤
│Excel基本操作 │#1Q65UTNn │https://goo.gl/WFdbcG │
├─────────────┼─────┼───────────┤
│切換編輯模式&Enter向右 │#1Q3wLTS_ │https://goo.gl/a62rHp │
├─────────────┼─────┼───────────┤
│自訂選擇性貼上 │#1Q1pEUVg │https://goo.gl/3SCy2d │
├─────────────┼─────┼───────────┤
│透過公開資訊觀測站查詢財報│#1P_9YjWs │https://goo.gl/iUc49o │
├─────────────┼─────┼───────────┤
│ ↘ Demo檔下載│ │https://goo.gl/8PUAAy │
├─────────────┼─────┼───────────┤
│一鍵轉底稿 │#1Pz9ZLY0 │https://goo.gl/oBxQug │
├─────────────┼─────┼───────────┤
│千分位&Tickmark製作 │#1PxCHzh1 │https://goo.gl/gimhNd │
├─────────────┼─────┼───────────┤
│自訂插入儲存格按鈕 │#1PuWvwqq │https://goo.gl/Q53w7T │
├─────────────┼─────┼───────────┤
│自訂工作表字型按鈕 │#1PqA0Hn2 │https://goo.gl/NCGsnY │
╰─────────────┴─────┴───────────╯
每一推100P,人人有獎<( ̄︶ ̄)>
--
Accoding: https://www.facebook.com/AccodingTW/
--
Tags:
會計
All Comments
Related Posts
recovery audit 工作內容
By Olive
at 2017-12-15T16:54
at 2017-12-15T16:54
員工分紅配股 會計分錄如何做 ?
By Skylar Davis
at 2017-12-15T15:57
at 2017-12-15T15:57
徵求107北一會計教材
By Carol
at 2017-12-15T15:00
at 2017-12-15T15:00
事務所報到準備資料
By Tristan Cohan
at 2017-12-15T10:18
at 2017-12-15T10:18
承兌匯票分錄
By Carolina Franco
at 2017-12-14T23:44
at 2017-12-14T23:44