盧文玲期中考UNICODE對照表,EXCEL函數,從WEB讀入
- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式
UNICODE對照表
履歷一定要寫HTML網頁設計EXCEL函數
上一次從WEB讀入
流任昌086
流任昌087
- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式
這個網誌中的熱門文章
第十四週word+EXCEL recording macro 錄製巨集+金融計算
Dim n As Integer Dim spec As String Const period As Integer = 4 Const maxerror As Double = 0.0000001 Dim payment(period) As Double '廣域變數 4 維度的陣列 Private Sub CommandButton1_Click() Dim a, b, c, f, gap As Double Dim loopNumber As Integer n = n + 1 '第幾次計算+1 a = 0 '報酬率0 b = 1 '報酬率1 gap = 10 loopNumber = 10 payment(0) = TextBox1.Value payment(1) = TextBox2.Value payment(2) = TextBox3.Value payment(3) = TextBox4.Value f = npv(a) If f = 0 Then Label9.Caption = 0 ElseIf f < 0 Then Label9.Caption = "內部報酬率小於 0." Else Do While gap > mexerror And Abs(f) > maxerror And loopNumber < 100 loopNumber = loopNumber + 1 c = (a + b) / 2 f = npv(c) If Abs(f) > maxerror And gap >...
第七週上課內容
第七週 2020/10/19 網頁 VBA 輸入金額: textbox 輸入金額:<input id="a" type="text" /> VBA VBA <input id="b" type="button" value="點擊" onclick="alert('你是豬頭!')"/> VBA 豬 狗 貓 VBA 豬<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"> VBA 豬 狗 貓 def EXCEL VBA Private Sub CommandButton1_Click() '註解click事件,在網頁onclick 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,...
第九週2020/10/26 盧文玲
第七週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 addn...
9F80 | 龀 | 龁 | 龂 | 龃 | 龄 | 龅 | 龆 | 龇 | 龈 | 龉 | 龊 | 龋 | 龌 | 龍 | 龎 | 龏 | 龐 | 龑 | 龒 | 龓 | 龔 | 龕 | 龖 | 龗 | 龘 | 龙 | 龚 | 龛 | 龜 | 龝 | 龞 | 龟 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9FA0 | 龠 | 龡 | 龢 | 龣 | 龤 | 龥 | 龦 | 龧 | 龨 | 龩 | 龪 | 龫 | 龬 | 龭 | 龮 | 龯 | 龰 | 龱 | 龲 | 龳 | 龴 | 龵 | 龶 | 龷 | 龸 | 龹 | 龺 | 龻 | 龼 | 龽 | 龾 | 龿 |
留言
張貼留言