Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 120
Default Did FillDown break in 2007??

I was "upgraded" to 2007. Why doesn't this work??

If Target.Column = 4 And _
Target.Row < 21 Then
x = Target.Row
y = Target.Column

With wks
.Range(x, y + 1).FillDown

Method 'range' of object "wks" failed????

Ed
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,549
Default Did FillDown break in 2007??


wks.Range(x, y +1) is not a range object.
--
Jim Cone
Portland, Oregon USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"Ed from AZ"

wrote in message
I was "upgraded" to 2007. Why doesn't this work??

If Target.Column = 4 And _
Target.Row < 21 Then
x = Target.Row
y = Target.Column

With wks
.Range(x, y + 1).FillDown

Method 'range' of object "wks" failed????
Ed
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 120
Default Did FillDown break in 2007??

Yeah - it hit me this morning! That should have been Cells instead of
Range.

Yesterday wasn't too good for thinking, apparently!

Ed


On Jun 4, 6:36*pm, "Jim Cone" wrote:
wks.Range(x, y +1) is not a range object.
--
Jim Cone
Portland, Oregon *USAhttp://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)

"Ed from AZ"

wrote in message
I was "upgraded" to 2007. *Why doesn't this work??

If Target.Column = 4 And _
* *Target.Row < 21 Then
* x = Target.Row
* y = Target.Column

* With wks
* * .Range(x, y + 1).FillDown

Method 'range' of object "wks" failed????
Ed


Reply
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
Excel 2007 Page Break Adjustments causes a page break each cell BKaufman Excel Worksheet Functions 2 September 10th 10 05:02 AM
Excel 2007 page break problem nearboston Excel Discussion (Misc queries) 0 April 25th 10 05:46 AM
Allow rows to break across page in Excel 2007 DR Excel Discussion (Misc queries) 0 June 30th 08 09:54 PM
Break link in formula in Excel 2007 Nick MSM Excel Discussion (Misc queries) 1 January 15th 08 02:41 PM
Page Break Lines in Excel 2007 Ostate Excel Discussion (Misc queries) 2 February 24th 07 04:48 PM


All times are GMT +1. The time now is 07:42 PM.

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

About Us

"It's about Microsoft Excel"