

InterviewSolution
Saved Bookmarks
1. |
Where there is no difference dim and private in VBA ? |
Answer» <html><body><a href="https://interviewquestions.tuteehub.com/tag/tion-1420808" style="font-weight:bold;" target="_blank" title="Click to know more about TION">TION</a>:There is no different between <a href="https://interviewquestions.tuteehub.com/tag/using-7379753" style="font-weight:bold;" target="_blank" title="Click to know more about USING">USING</a> Dim or Private on a module/class level variable, because they mean the same thing. Inside an actual code <a href="https://interviewquestions.tuteehub.com/tag/block-18865" style="font-weight:bold;" target="_blank" title="Click to know more about BLOCK">BLOCK</a> or <a href="https://interviewquestions.tuteehub.com/tag/method-559432" style="font-weight:bold;" target="_blank" title="Click to know more about METHOD">METHOD</a>, you can't use the private keyword.</body></html> | |