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

Reply via email to