vb中换行的几种方法

vbCrLf

Dim strs As String
    strs = “年”+ vbCrLf +“ 月”
输出结果年和月在不同的行
ReportingServer, msgbox和print 可以用 vbCrlf 

你可能感兴趣的:(String,vb)