Results 1 to 2 of 2

Thread: default flag on vba

  1. #1
    Junior Member
    Join Date
    Sep 2011
    Posts
    3
    Rep Power
    0

    default flag on vba

    whai is the meaning of below code
    Sh.Names("DefaultFlag")

  2. #2
    Senior Member LalitPandey87's Avatar
    Join Date
    Sep 2011
    Posts
    222
    Rep Power
    13
    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]

Similar Threads

  1. Default Cell Format Changed to Date
    By Admin in forum Excel and VBA Tips and Tricks
    Replies: 0
    Last Post: 05-07-2012, 10:14 PM
  2. MS-Access Set Default Value of Column Using VBA
    By LalitPandey87 in forum Access Help
    Replies: 2
    Last Post: 04-08-2012, 09:40 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •