G
Guest
Can anyone tell me what I'm doing wrong?
I get a compile error and "type-declaration character does not match
declared data type" then it highlights the first &vbNewLine in the second
line:
MsgBox "You are about to roll forward the" & vbNewLine& _
& "Cumulative Beginning Balance for this company!" & vbNewLine& & vbNewLine&
& "You will be replacing current cumulative numbers with end of year
amounts." & vbNewLine& _
& "ARE YOU SURE YOU WISH TO PROCEED?", VbMsgBoxStyle = vbOKCancel, "WAIT A
SECOND!!"
'to verify cumulative rollover
Thanks for any help!
I get a compile error and "type-declaration character does not match
declared data type" then it highlights the first &vbNewLine in the second
line:
MsgBox "You are about to roll forward the" & vbNewLine& _
& "Cumulative Beginning Balance for this company!" & vbNewLine& & vbNewLine&
& "You will be replacing current cumulative numbers with end of year
amounts." & vbNewLine& _
& "ARE YOU SURE YOU WISH TO PROCEED?", VbMsgBoxStyle = vbOKCancel, "WAIT A
SECOND!!"
'to verify cumulative rollover
Thanks for any help!