KishorKK
Member
Hi All,
In VBA why can't we write like this..? Where it is going wrong can some one explain me?
For Ex:
sub msgbox()
msgbox("Hello!!")
End Sub
Why it's not executing like this if write like sub title() it will execute but if i use the same string like 'msgbox in sub' it won't work pls explain? Thanks
Regards,
Kishor
In VBA why can't we write like this..? Where it is going wrong can some one explain me?
For Ex:
sub msgbox()
msgbox("Hello!!")
End Sub
Why it's not executing like this if write like sub title() it will execute but if i use the same string like 'msgbox in sub' it won't work pls explain? Thanks
Regards,
Kishor