Need help about vba excel

Closed
ali - Feb 17, 2011 at 04:37 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 17, 2011 at 06:41 PM
hi there.i am working with some vba code now.there are some ranges defined in vba but i cant find them in ranges defined in excel sheet.could u please help me and tell me how is it possible?
Related:

1 response

rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 766
Feb 17, 2011 at 06:41 PM
ranges defined in vba are just run time ranges. Only time ranges will show up on sheet if u actually create range by using names.add method
0