I have grouped several Queries into a "Group" named "MktSgmts". How would I revise the below VBA Code such that it will only refer to those in the "MktSgmets" Group?
With CurrentData
For Each Qrys In .AllQueries
lstBox.AddItem Qrys.Name
Next Qrys
End With
Thank you for any help.
Jim
With CurrentData
For Each Qrys In .AllQueries
lstBox.AddItem Qrys.Name
Next Qrys
End With
Thank you for any help.
Jim