I lang tid har samarbejdsbranchen fokuseret på at forbedre enhedsfunktioner – bedre kameraer, klarere lyd og smartere software. Men den virkelige forvandling handler ikke om funktioner.
Sub SkjulRækkerOverNettoomsætning() Dim AD As String Cells.EntireRow.Hidden = False Columns("B:B").Select Selection.Find(What:="nettoomsætning", After:=ActiveCell, LookIn:= _ xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:= _ xlNext, MatchCase:=False, SearchFormat:=False).Activate AD = ActiveCell.Address Rows("1:" & ActiveCell.Row - 1).Hidden = True Range(AD).Select End Sub
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.