發表文章

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

第八週

第七週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...

第五周

圖片
08現在看什麼都不爽 不要理我 我只是個臭邊緣 第五週程式設計課程 複製 老師的facebook (1)練習定義區塊Division格式 <head> <style> .Takming { border: 20px outset red; background-color: green; color: white; text-align: center; } </style> </head> (2)瀏覽器開發人員模式下的除錯,Function 12鍵 IE 中文介面,但Chrome僅有英文介面 (3)製作OFFICE VBA表單,比較HTML的表單 檔案=>選項=>自訂功能區=>打開開發人員