發表文章

目前顯示的是 10月, 2020的文章

許祐綺 第八週

第八周 第九周 國庫券T-Bill,Treasury Bills, 美國財政部Department of the Treasury, 台灣財政部Administry of Finance 國庫券面額$ 91 182 273 364 國庫券T-Bills到期日1年以內 天期 貼現率 % 價格$ (計算中) 參考李顯儀金融市場page 4-12 第九週2020/11/02 期中考練習做影片

第七週

第七週網頁命令與VBA命令比較 網頁指令 VBA 輸入資料: textbox 輸入資料:<input type="text" id="a"> 輸入數字: 輸入數字:<input type="number" id="b"> <input onclick="alert('豬喔!')" type="button" value="點下" /> 輸入密碼: 輸入密碼:<input type="password" /> 是否正確: checkbox 是否正確:<input type="checkbox" /> 豬 狗 貓 豬<input type="radio" />狗<input type="radio" />貓<input type="radio" /> 豬 狗 貓 豬<input name="pet" type="radio" />狗<input name="pet" type="radio" />貓<input name="pet" type="radio" /> EXCEL VBA Private Sub CommandButton1_Click() Dim addnew As Range '定義 變數 addnew 是工作表的一個範圍 If Range("A1").CurrentRegion.Rows.Count = 1 Then Set addnew = Sheets("DataTable").Range("A1").Offset(1, 0) El...

第五周

我叫JJ 我叫AA