How to use VBA to drag down

  • Thread starter Thread starter vumian
  • Start date Start date
V

vumian

i have 3 col
- fisrt and second col contain value (exiset already)
- Minus them will be contain third col


How to :
use VBA to minus an drag down end of row of col 1 or 2

Thanks for your help
 
Range("C1").AutoFill Destination:=Range("C1:C10"), Type:=xlFillDefault

HTH

Die_another_Day
 
You have another response at your other thread.
i have 3 col
- fisrt and second col contain value (exiset already)
- Minus them will be contain third col

How to :
use VBA to minus an drag down end of row of col 1 or 2

Thanks for your help .
 

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

Back
Top