發表文章

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

邱香嵐第八周上課

第八周第九周 第八週2020/10/26 國庫券T-Bill,Treasury Bills, 美國財政部Department of the Treasury, 台灣財政部Administry of Finance 國庫券面額$ 91 182 273 364 天期 貼現率 % 價格$ (計算中) 參考李顯儀金融市場page 4-12

金一乙30號邱香嵐第七周2020/10/20

第七周網頁命令與VBA命令比較 網頁指令 輸入資料: 輸入資料:<input id="a" type="text" /> 輸入數字: 輸入數字:<input id="b" type="number" /> <input onclick="alert('你好醜')" type="button" value="按鈕" /> 輸入密碼: 輸入密碼:<input id="c" type="password"/>> 是否吃素: 是否吃素:<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) Else Set addnew = Sheets(&quo

第五周

我是超級大美女