10/26
教學影片
教學影片1
教學影片2
工商時間
網頁
第七週2020/10/19
教學影片1
教學影片2
工商時間
網頁
第七週2020/10/19
教學影片2
工商時間
網頁
第七週2020/10/19
工商時間
網頁
第七週2020/10/19
網頁
第七週2020/10/19
第七週2020/10/19
html | vba |
輸入國庫券面額: | vba |
輸入國庫券面額: <input type="text" id="a"> | textbox |
commandbutton | |
<input onclick="alert('你是大帥哥!')" type="button" value="按下我" /> | vba |
豬狗貓鼠 | vba |
豬<input type="radio" />狗<input type="radio" />貓<input type="radio" />鼠<input type="radio" /> | vba |
豬狗貓鼠 | vba |
豬<input type="radio" name="pet"/>狗<input type="radio" name="pet"/>貓<input type="radio" name="pet"/>鼠<input type="radio" name="pet"/> | vba |
vba | |
<select><option>董事長</option><option>總經理</option><option>財務長</option></select> | vba |
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("DataTable").Range("A1").End(xlDown).Offset(1, 0) End If addnew.Offset(0, 0).Value = TextBox1.Text '統一編號 addnew.Offset(0, 1).Value = TextBox2.Text '公司 addnew.Offset(0, 2).Value = TextBox3.Text '聯絡人 addnew.Offset(0, 4).Value = TextBox4.Text '地址 addnew.Offset(0, 3).Value = ComboBox1.Value '聯絡人職位 使用下拉式選單 ListBox1.ColumnCount = 5 '在清單方塊 ListBox1 顯示輸入的資料,5 columns ListBox1.RowSource = "A1:E65536" End Sub Private Sub CommandButton2_Click() End End Sub Private Sub UserForm_Initialize() ComboBox1.AddItem ("董事長") ComboBox1.AddItem ("總經理") ComboBox1.AddItem ("副總經理") ComboBox1.AddItem ("財務長") End Sub |
第八週2020/10/26
國庫券面額$ 天期貼現率 %
價格$(計算中)
參考李顯儀金融市場page 4-12
留言
張貼留言