LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default AutoFill doesn't work when used in Excel com object!

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.








 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
doubleclicking autofill crosshairs doesn't work in Excel 2007 KDaddy Setting up and Configuration of Excel 1 April 7th 10 11:34 PM
flash object dont work in my excel work sheet Nitn Excel Discussion (Misc queries) 0 July 4th 09 08:00 AM
Excel 2003: Bitmap as OLE object doesn't work AmitSP Excel Discussion (Misc queries) 0 June 19th 09 10:57 AM
Why doesn't autofill work in Excel? trainer07 Excel Discussion (Misc queries) 1 July 19th 07 08:47 PM
excel - sending an object backward does not work Enea Excel Discussion (Misc queries) 2 November 22nd 06 05:00 PM


All times are GMT +1. The time now is 01:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"