PC Review


Reply
Thread Tools Rate Thread

Did FillDown break in 2007??

 
 
Ed from AZ
Guest
Posts: n/a
 
      5th Jun 2008
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 With Quote
 
 
 
 
Jim Cone
Guest
Posts: n/a
 
      5th Jun 2008

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"
<(E-Mail Removed)>
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 With Quote
 
Ed from AZ
Guest
Posts: n/a
 
      5th Jun 2008
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" <james.cone...@comcast.netXXX> 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"
> <prof_ofw...@yahoo.com>
> 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 Page Break Adjustments causes a page break each cell BKaufman Microsoft Excel Worksheet Functions 1 21st Apr 2010 02:59 PM
Word 2007 - Where is Insert | Break | Text Wrapping Break? EDembicki Microsoft Word Document Management 5 12th Jul 2008 07:28 PM
Filldown? & Cmb? =?Utf-8?B?SmVubmlmZXI=?= Microsoft Excel Programming 1 16th May 2006 04:28 AM
Macro Filldown =?Utf-8?B?SGlyc2No?= Microsoft Excel Worksheet Functions 4 6th Jun 2005 06:25 PM
FillDown Mike Fogleman Microsoft Excel Programming 2 18th Nov 2003 10:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:38 AM.