shoensa.blogg.se

How to show the developer tab in excel 2013
How to show the developer tab in excel 2013







WshSource.Rows(lngRow).Copy Destination:=wshTarget.Cells(lngTargetRow, 1) WshSource.Rows(lngFirstRow - 1).Copy Destination:=wshTarget.Cells(1, 1)

how to show the developer tab in excel 2013

WshTarget.Name = wshSource.Cells(lngRow, lngNameCol).Value Set wshTarget = Worksheets.Add(After:=Worksheets(Worksheets.Count))

how to show the developer tab in excel 2013

If wshSource.Cells(lngRow, lngNameCol).Value wshSource.Cells(lngRow - 1, lngNameCol).Value Then LngLastRow = wshSource.Cells(, lngNameCol).End(xlUp).Row Copy the following code into the code module that appears:Ĭonst lngNameCol = 2 ' names in second column (B)Ĭonst lngFirstRow = 2 ' data start in row 2.

how to show the developer tab in excel 2013

  • Activate the Developer tab of the ribbon.
  • In the list of 'Main Tabs' on the right, tick the check box labeled Developer.
  • Select 'Customize Ribbon' in the navigation pane on the left.








  • How to show the developer tab in excel 2013