Created
April 10, 2018 16:01
-
-
Save fuchao2012/339340a223dcc180a12002e712cc449b to your computer and use it in GitHub Desktop.
生成保险费
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub 保险费() | |
' | |
' 宏5 宏 | |
' | |
selectionColumnCount = Selection.Count | |
For i = 1 To selectionColumnCount | |
ActiveCell.Value = "保险费、车船税来票-售后回租 专" & ActiveCell.Value | |
ActiveCell.Offset(1, 0).Range("A1").Select | |
Next | |
End Sub | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment