Thread: Autofill
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
meme meme is offline
external usenet poster
 
Posts: 13
Default Autofill

Hi,

I have a table in sheet A with fields
like "plan","user","date","amt". Now I need copy this
table to sheet B with only 2 fields, they'
re "user","date". Plus I want to only copy the records
with user name "Smith" and "Ami". Can anyone tell me how
should I program this in my VB code ? Appreciate any
help.
Thanks

Meme