+ Reply to Thread
Results 1 to 15 of 15

copying entire row from one sheet to another

Hybrid View

  1. #1
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524
    Just to add to Carims macro

    Sub MultiFind()
        Columns("A:A").Select
    
    Application.Dialogs(xlDialogFormulaFind).Show
        Columns("A:G").Sort Key1:=Range("A1"), Order1:=xlAscending, Header:=xlNo, _
            OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
    Range("a1").Select
    End Sub

  2. #2
    Registered User
    Join Date
    11-08-2006
    Posts
    30
    dear davesexcel...

    sorry but that didn't bring much help at all...
    i'm not sure whether or not you guys understood what i actually wanted from the original code above....

  3. #3
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524
    Sorry about that, I was just looking at carims code to open the find dialog box and thought what if I added this or that to it,

    You need to loop throught the worksheets to find your title instead of just one sheet, I'll work on it

  4. #4
    Registered User
    Join Date
    11-08-2006
    Posts
    30
    Quote Originally Posted by davesexcel
    Sorry about that, I was just looking at carims code to open the find dialog box and thought what if I added this or that to it,

    You need to loop throught the worksheets to find your title instead of just one sheet, I'll work on it
    thanks for the help....
    looking forward to your solution...

    mfg..
    eddy

+ Reply to Thread

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