LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 866
Default Button vs Command Button

I have a workbook where I used a button and assigned the following macro:

Private Sub T12_Click()
Sheets("T1-05").Select
Range("A17").Select
End Sub

In revamping the sheet I used a command button and loaded the code in to it.
Works fine in the button, in the Command button I get a Run-time 1004 Select
method of Range class failed. Why is this happen. A17 had data in it though
it is linked from another sheet in the same workbook

Secondly if you have a sheet that uses many buttons mostly for navigation
which would be the better route the macro with the button or the coded
command. Trying to keep file size down. Thanks
 
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
command button abfabrob Excel Discussion (Misc queries) 5 October 7th 05 12:54 AM
Button vs Command Button Dan Excel Programming 1 September 10th 04 01:34 PM
How to tab to a command button? Sameer[_5_] Excel Programming 3 July 27th 04 04:43 AM
Command Button vs Control Button RGibson Excel Programming 1 October 14th 03 02:24 AM
Command Button vs Form Button T K Excel Programming 4 August 26th 03 07:26 PM


All times are GMT +1. The time now is 01:53 AM.

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"