This group is a real treasure although I'm checking the group mails after a
long time.
Experts are contributing their knowledge and replying with valuable
solutions.
Congrats to them and keep the same spirit always!

mean while,

Dear Tushar,

Instead of using range I've used another simple method to solve your
problem.
see the attached file

code will be like this:

Sub asdf()

For i = 2 To 5

Worksheets("sheet2").Select

Cells(i, 3) = Worksheets("sheet1").Cells(i, 3)

Next
End Sub

Regards,
Sudheer



On Sun, Dec 27, 2009 at 11:39 AM, tushar patki <tusharpa...@gmail.com>wrote:

> Dear Experts
>
> I am trying to get solution by this code
>
> Private Sub CommandButton3_Click()
>
> Worksheets("Ratios").Range(Cells(3, 25), Cells(3, 26)).Select
>
> End Sub
>
> First line of procedure is not working---- giving error as 1004 - Select
> method of range class failed. But When I merely try the code as
> follows(without giving the sheet reference): It works in the same sheet in
> which I have written the code. I wonder how? Can anybody solve this:
>
>  Private Sub CommandButton3_Click()
>
> ' Worksheets("Ratios")
>
> Range(Cells(3, 25), Cells(3, 26)).Select
>
> End Sub
> Please help.
>
> Tushar
>
> --
>
> ----------------------------------------------------------------------------------
> Some important links for excel users:
> 1. Follow us in TWITTER for tips tricks and links :
> http://twitter.com/exceldailytip
> 2. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at
> http://www.excelitems.com
>
> 3. Excel tutorials at http://www.excel-macros.blogspot.com
> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>
>
> To post to this group, send email to excel-macros@googlegroups.com
> If you find any spam message in the group, please send an email to:
> Ayush Jain @ jainayus...@gmail.com
> <><><><><><><><><><><><><><><><><><><><><><>
> HELP US GROW !!
>
> We reach over 6,500 subscribers worldwide and receive many nice notes about
> the learning and support from the group.Let friends and co-workers know they
> can subscribe to group at
> http://groups.google.com/group/excel-macros/subscribe
>

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
HELP US GROW !!

We reach over 6,800 subscribers worldwide and receive many nice notes about the 
learning and support from the group.Let friends and co-workers know they can 
subscribe to group at http://groups.google.com/group/excel-macros/subscribe

Attachment: RangeMethod_new.xls
Description: MS-Excel spreadsheet

Reply via email to