Copy content of cell to another depending on value of third cell(between worksheets)

Z

Zeljko Milak

I have just begin to learn VBA for Excel and I need help.
Can anyone give me code that copy content of cell in one worksheet to
cell in other worksheet dependending of value in third cell. For example
how to copy content of desired range of cells at sheet2 to some range in
sheet3 depending of value of cell in sheet1 which is date.

Thanks.
 
T

tony h

Most people who are learning VBA with no previous experience start by
using the "record Macro" feature under the Tools..macros menu.

Then look up the "if" statement

give it a try and if you get stuck post again.

hope this helps.
 
M

Milax

tony said:
Most people who are learning VBA with no previous experience start by
using the "record Macro" feature under the Tools..macros menu.

Then look up the "if" statement

give it a try and if you get stuck post again.

hope this helps.
Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top