Skip to content

Commit 396f9a1

Browse files
authored
Rename Excel - Styling Macro.vb to Excel VBA - Styling.vb
1 parent 3a17be0 commit 396f9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Excel - Styling Macro.vb renamed to Excel VBA - Styling.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Sub styling_Macro(ByVal font_name As String, ByVal font_size As Long, Optional B
1515
If Not IsEmpty(new_sheet_name) Or Not new_sheet_name = "" Then
1616
o.Name = new_sheet_name
1717
End If
18-
End Sub
18+
End Sub

0 commit comments

Comments
 (0)