#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default FillRight

Why won't this work?

ActiveWindow.RangeSelection.FillRight

It doesn't produce an error. It just doesn't do anything.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default FillRight

From vbe HELP for fillright to copy a1 to a1:m1

Worksheets("Sheet1").Range("A1:M1").FillRight

"Arthur" wrote in message
...
Why won't this work?

ActiveWindow.RangeSelection.FillRight

It doesn't produce an error. It just doesn't do anything.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default FillRight

I went back again and tried your code. Worked just fine when I selected a
range first. xl2002

"Don Guillett" wrote in message
...
From vbe HELP for fillright to copy a1 to a1:m1

Worksheets("Sheet1").Range("A1:M1").FillRight

"Arthur" wrote in message
...
Why won't this work?

ActiveWindow.RangeSelection.FillRight

It doesn't produce an error. It just doesn't do anything.





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
FillDown and FillRight buttons don't work at extreme margins Dave O Excel Discussion (Misc queries) 2 April 22nd 08 10:13 PM


All times are GMT +1. The time now is 10:02 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"