發表文章

目前顯示的是 11月, 2021的文章

EXCEL VBA 雙迴圈 Java Script 雙迴圈

圖片
VBA迴圈畫圖 VBA迴圈畫圖程式碼 'https://excelatfinance.com/xlf19/xlf-qg-add-blue-circle.php Option Explicit Const topleft As String = "C5" ' anchor cell Const diam As Integer = 100 ' 宣告常數constant diam 100 Dim Shp As Shape ' =========================== Sub 金諭慧() Dim TLCleft As Double Dim TLCtop As Double Dim i As Integer '宣告整數integer i For i = 1 To 20 'write a loop單引號註解 TLCleft = 20 * i '距離左邊left TLCtop = 20 * i '距離上面top '使用中的試算表active sheet.AddShape(type, left, top, height) Set Shp = ActiveSheet.Shapes.AddShape(msoShapeOval, TLCleft, TLCtop, diam, diam) With Shp .Fill.Visible = msoFalse .Line.Weight = 10 .Line.ForeColor.Brightness = 0.4 .ThreeD.BevelTopType = msoBevelCircle End With Next With Cells(1, 1) .Value = "金諭慧" .Interior.Color = RGB(0, 0, 225) .Columns.AutoFit With .Font .Size = 30 .Color = RGB(255, 255, 255) E...

金諭慧 清單方塊ListBox與核取方塊CheckBox的利用

圖片
喜愛 沒意見 討厭 紅色 綠色 藍色 粗體 輸出 金諭慧心得 學習到很多有關程式設計的東西 學到嵌入影片還有嵌入網頁 清單方塊ListBox核取方塊CheckBox嵌入圖片Embed Image 嵌入照片img width src來源