On 29 Nov., 04:30, exwrex...@westnet.com.au wrote:
> Hi all
>
[quoted text clipped - 41 lines]
>
> David
Hi David
Try to look at this.
Application.ScreenUpdating = False
LastRow = Range("A4").End(xlDown).Row
LastColumn = Range("A3").End(xlToRight).Column
Range("BA3", Cells(LastRow, LastColumn)).Select
Selection.FillDown
Application.ScreenUpdating = True
Regards,
Per
exwrexona@westnet.com.au - 29 Nov 2007 05:44 GMT
> On 29 Nov., 04:30, exwrex...@westnet.com.au wrote:
>
[quoted text clipped - 58 lines]
>
> Per
Per
What can I say but "You legend"
I had the rows bit ok but End(xlToRight) for the Columns was the
missing ingredient.
Thanks again.
David
exwrexona@westnet.com.au - 10 Dec 2007 08:18 GMT
Hi Per
I may have been too quick on my 'you legend' praise. I am trying to
run this on the next chunk of data and I get the following error:
Run-time error '1004':
Selection is too large.
which is the same reason why I initially set my original macro up to
do one column at a time.
Is there any way that I can say for each column starting at BS fill
down to the bottom row, then progress to the next column, repeat until
last column is reached?
Thanks in advance.
David