PDA

View Full Version : default flag on vba



tushar.tarafdar
10-09-2012, 06:29 PM
whai is the meaning of below code
Sh.Names("DefaultFlag")

LalitPandey87
10-09-2012, 07:41 PM
Syntax is:
ActiveWorkbook.Names

it is a collection object which contain all the name ranges in the workbook.

for more detail you can go through this link:

Names Collection Object [Excel 2003 VBA Language Reference] (http://msdn.microsoft.com/en-us/library/office/aa174252(v=office.11).aspx)