([dp 0lfurvriw ([fho ([shuw - programador | … ([fho ([shuw,q wkh qh[w irxu fkdswhuv \rx·oo exlog...

Post on 16-Jul-2018

220 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

SUMIF(range, criteria, [sum_range])

SUMIFS(sumrange,range1,criterion1,range2,criterion2,…,rangeN,criterionN)

=SUMIFS(Cost,Category,”Tools”,Supplier,”Contoso”,Product,”Hammer”)

={“January”,”February”,”March”}

={10,20,30;40,50,60}

With Selection.Font

.Name = "Arial"

.FontStyle = "Bold"

.Size = 11

.Strikethrough = False

.Superscript = False

.Subscript = False

.OutlineFont = False

.Shadow = False

.Underline = xlUnderlineStyleNone

.ThemeColor = xlThemeColorLight1

.TintAndShade = 0

.ThemeFont = xlThemeFontNone

End With

With Selection

.HorizontalAlignment = xlCenter

.VerticalAlignment = xlBottom

.WrapText = False

.Orientation = 0

.AddIndent = False

.IndentLevel = 0

.ShrinkToFit = False

.ReadingOrder = xlContext

.MergeCells = False

End With

With Selection.Interior

.Pattern = xlSolid

.PatternColorIndex = xlAutomatic

.ThemeColor = xlThemeColorLight2

.TintAndShade = 0.799981688894314

.PatternTintAndShade = 0

End With

Sub Auto_Open()

'

' Auto_Open Macro

'

MsgBox "Do you want to update financial data?", vbYesNo

If Response = vbYes Then

RefreshData

End If

End Sub

Private Sub Workbook_Open()

End Sub

top related