Results 1 to 11 of 11

set a column length

Threaded View

  1. #1
    Registered User
    Join Date
    07-06-2005
    Posts
    15

    set a column length

    I need to make column D in my database equal to the number of records in column B, which will change each time I update the data or change the search criterea. How exactly do I go about this? This is the what i have now but it brings me the files themselve from B and not the length which is what I want.


    Range("D2").Select
    Worksheets("thru 1-1-2005").Activate
    Range("B2",Range("B2").End(x1down)).Select
    Selection.Copy
    Selection.offset(rowOffset:=0,columnOffset:=2).Activate
    ActiveSheet.Paste

    Stephen Peary
    Last edited by speary; 07-06-2005 at 11:14 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1