Results 1 to 6 of 6

Thread: [RESOLVED] How can I make find properties from workbook to another workbooks?

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2004
    Location
    syria
    Posts
    854

    Resolved [RESOLVED] How can I make find properties from workbook to another workbooks?

    this code is to find Anyword in any worksheets in the workbook
    How can I make frind from workbook to another workbooks?...by the way I'm using mS 2007
    vb Code:
    1. Dim wsh As Worksheet
    2. For Each wsh In Workbook
    3. wsh.Cells.Find(What:="Anyword").Activate
    4. Next
    Last edited by nader; May 3rd, 2011 at 11:37 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
  •  



Click Here to Expand Forum to Full Width