codestack
codestack copied to clipboard
Update Macro.vba
Thank you. Could you please clarify why you want to move the swConfCustPrpMgr variable declaration outside of the loop scope? I prefer having this declared within the scope it is used as it is never going outside of for-loop.
Hi. I was thinking why not declare it outside of loop like Dim vConfNames is.
Inside loop oneswConfCustPrpMgr is getting redefined with every cycle. Or is it needed especially so?