If the current Workbook is named "Alex Yoong 120399", how can I pull out just "Alex Yoon" and paste it to the Destination:=Workbook(Data).Worksheets(Sheet1).Range("A1").
Something like this:
ActiveCell.Offset (-1,1).Copy Destination:=Workbooks(Data).Worksheets("Sheet1").Range("A1")
Thank you for your help.
Bookmarks