LoginSignup
416
414

More than 5 years have passed since last update.

エンジニア経験がなくても自分でコード書いて起業する方法

Last updated at Posted at 2015-12-15

 freee advent calendar 

freee CEO  CEO freee 


沿






A









Google 











調


調調調
使使VBA


CFO調沿B2B使PHP+MySQLEC

 freee 


freee  Google  web  Fax CFOGoogle調
B2BCFO Rails 




VBA


 VBA 

VBA



PC

使





スクリーンショット 2015-12-15 21.45.17.png
D6100%
スクリーンショット 2015-12-15 21.46.04.png
Visual Basic Editor  VBA 
Sub Macro4()
'
' Macro4 Macro
'
    Range("D6").Select
    Selection.Style = "Percent"
    ActiveCell.FormulaR1C1 = "100%"
    Range("D6").Select
    Selection.Font.ColorIndex = 3
    Selection.Font.Bold = True
End Sub

D6100%

100%
Sub Macro4()
    Dim i As Integer
    i = 2
    Sheet1.Activate

    Do While Cells(i, 1).Value <> ""

        Cells(Cells(i, 1).Value, Cells(i, 2).Value).Select
        ' 2行目から、1列目・2列目に書いてある数字を行列とするセルを選択して
        ' マクロ記録の結果をつかって、100%を太字の赤文字で記入する
        Selection.Style = "Percent"     'マクロ記録そのまま
        ActiveCell.FormulaR1C1 = "100%" 'マクロ記録そのまま 
        Selection.Font.ColorIndex = 3   'マクロ記録そのまま
        Selection.Font.Bold = True      'マクロ記録そのまま

        i = i + 1
    Loop

End Sub

スクリーンショット 2015-12-15 21.59.26.png



(一)

(二)

(三)

(四)1.







9



Hard Things 














FinTech Challenge freee fuji-tip

 - 


github freee 15%
416
414
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

416
414