Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 -- vumia ----------------------------------------------------------------------- vumian's Profile: http://www.excelforum.com/member.php...fo&userid=3649 View this thread: http://www.excelforum.com/showthread.php?threadid=56299 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("C1").AutoFill Destination:=Range("C1:C10"), Type:=xlFillDefault
HTH Die_another_Day vumian wrote: 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 . -- vumian ------------------------------------------------------------------------ vumian's Profile: http://www.excelforum.com/member.php...o&userid=36494 View this thread: http://www.excelforum.com/showthread...hreadid=562999 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You have another response at your other thread.
vumian wrote: 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 . -- vumian ------------------------------------------------------------------------ vumian's Profile: http://www.excelforum.com/member.php...o&userid=36494 View this thread: http://www.excelforum.com/showthread...hreadid=562999 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
UNABLE TO DRAG THE VALUE? | Excel Worksheet Functions | |||
drag down | Excel Worksheet Functions | |||
Autofilter & Drag. | Excel Discussion (Misc queries) | |||
drag..... | Excel Discussion (Misc queries) | |||
Drag & Drop !? | Excel Programming |