生成保险费
This file contains 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