Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi and thanks for your help.
This is a one off requirement to speed up my day Thus far, I have the following code. I'm trying to find a column in the current active worksheet "US_HK", then copy that column to the next available column in the "HK" worksheet. To simplify the process I place my curser in the first cell of the column in "HK" where I want the data pasted to. Rows("1:1").Select Selection.Find(What:="Text1", After:=ActiveCell, LookIn:= _ xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:= _ xlNext, MatchCase:=False, SearchFormat:=False).Activate ActiveCell.Select Columns.Select Selection.Copy Sheets("HK").Select ActiveSheet.Paste Any help will be apprciated. Cheers Mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find last column, move formulas over, copy/paste data | Excel Worksheet Functions | |||
copy, paste into a 'found' row on another sheet problem...... | Excel Programming | |||
Find text in another workbook and paste if found match - VBA | Excel Discussion (Misc queries) | |||
Copy Rows found using Find All feature | Excel Discussion (Misc queries) | |||
If found, then copy and paste contents, otherwise move on | Excel Programming |