Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here is the problem. I am not able to get the info to paste into sheet1. I
can use the find function to find the cell but not able to paste. I would also like to mention that I have multiple text boxes to search from. If anyone can help i would greatly appreciate it. Thanks -mark Private Sub cmdFind_Click() Dim R As Range Dim Sheet As Worksheet Sheets("sheet1").Select Sheets("Sheet2").Select Cells.Find(What:=txtFind.Text, After:=ActiveCell, LookIn:=xlValues, LookAt:= _ xlWhole, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False _ , SearchFormat:=False).Activate |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to copy from sheet1 then paste special transpose to sheet2,3,4 | Excel Discussion (Misc queries) | |||
Macro to Copy data from a list in sheet1 and paste into sheet2 | Excel Discussion (Misc queries) | |||
Find Text from textBox then past what is found on sheet1 | Excel Programming | |||
Auto-lookup values between Sheet3 & UserForm & paste to Sheet1 | Excel Programming | |||
Search, find, copy from sheet1 and paste into sheet2 | Excel Programming |