I need to pass a String array to set a class property using its setter method. Array was declared in Module and it\'s perfectly set the values using Redim
String
Redim
.SetPageNumberDetails(sPageDetails)
Remove the parentheses:
.SetPageNumberDetails sPageDetails