Thread: Need help...
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] bdross03@go.com is offline
external usenet poster
 
Posts: 4
Default Need help...

I am relatively new to VBA.

Here is what I have...

I have a Sheet1 that is my main information.
I have Sheet2 that has "filtered" information from Sheet1 and is used
to work from.

I need to take entered data from Sheet2 and copy that data to Sheet1.

I have Column A set up as an ID# on both sheets.
I need data from Columns O, P, Q on Sheet2 to copy to Columns Q, R, S
on Sheet1 matching the specific ID#.

I am at a loss on how this should be done.

Any help would be very appreciated.

Brian