How do you say do nothing in VBA?
How do you say do nothing in VBA? VBA does not have a specific statement that can be used for 'doing nothing'. Unlike Python, which has a pass statement that can be placed where we do not want to take any action, VBA does not use such a statement. What does nothing mean in VBA? nothing is a literal identifier that is only applicable to variables that are declared as objects or variant. The value nothing represents an object whose object reference (which seems to be a memory address) is 0. An object variable is considered nothing if its reference...