If array is empty - condition VBA

Kristina96

New Member
Joined
Sep 30, 2019
Messages
33
Hello there,

I need a contiditon that checks whether an array Ary1 is empty in VBA.
Can you help me with that?

Thank you and best regrads,
Kristina
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
How has Ary1 been dimensioned? If it has been declared as a data type (Long, Double, String, Boolean, etc.) and given dimensions, then it will be filled with the default for that data type.
 
Upvote 0
It is dim As Variant and includes a list of strings or is empty.
Does that answer the question? I am still rather new to VBA, so please excuse my missing background knowledge!

Thank you!
 
Upvote 0
Can you post your current code?
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,120
Members
451,399
Latest member
alchavar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top