Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want copy a set of formulas in excel range say B18:AF18 to B18:AF35.
I have tried code. as based on follwoing pseudo code. RangePtr pRngDest = Range(B18:AF18); RangePtr pRngEnd = Range(B18:AF35); pRngDest-Autofill(pRngEnd, XFillDefault); Above code increase only Rows but doesn't copies formulae in consecutive rows. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
doubleclicking autofill crosshairs doesn't work in Excel 2007 | Setting up and Configuration of Excel | |||
flash object dont work in my excel work sheet | Excel Discussion (Misc queries) | |||
Excel 2003: Bitmap as OLE object doesn't work | Excel Discussion (Misc queries) | |||
Why doesn't autofill work in Excel? | Excel Discussion (Misc queries) | |||
excel - sending an object backward does not work | Excel Discussion (Misc queries) |