Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Denny Crane
 
Posts: n/a
Default Can i use the button in forms toolbar and maneuver to differentt..

I have 2000

Can i use the button in forms toolbar and maneuver to different lpoints on a
sheet or even a workbook, if so how?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tom Ogilvy
 
Posts: n/a
Default Can i use the button in forms toolbar and maneuver to differentt..

In a general module (insert module)
create a macro such as

sub Button_Click()
application.Goto Worksheets("ASC").Range("B9"),true
End Sub

then right click on the button and select Assign Macro. Select the above
macro

--
Regards,
Tom Ogilvy


"Denny Crane" wrote:

I have 2000

Can i use the button in forms toolbar and maneuver to different lpoints on a
sheet or even a workbook, if so how?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Denny Crane
 
Posts: n/a
Default Can i use the button in forms toolbar and maneuver to differen

Thanks for your valuable input. However, to be blunt, I don't know what a
general module (insert module) is. Any further insight would be helpful. You
appreciation regardless of further input.

Robin Smith
Alias, Denny Crane



"Tom Ogilvy" wrote:

In a general module (insert module)
create a macro such as

sub Button_Click()
application.Goto Worksheets("ASC").Range("B9"),true
End Sub

then right click on the button and select Assign Macro. Select the above
macro

--
Regards,
Tom Ogilvy


"Denny Crane" wrote:

I have 2000

Can i use the button in forms toolbar and maneuver to different lpoints on a
sheet or even a workbook, if so how?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Paul B
 
Posts: n/a
Default Can i use the button in forms toolbar and maneuver to differen

Denny, to use the code Tom gave you,

To put in this macro, from your workbook right-click the workbook's icon and
pick View Code. This icon is to the left of the "File" menu this will open
the VBA editor, in Project Explorer click on your workbook name, if you
don't see it press CTRL + r to open the Project Explorer, then go to insert,
module, and paste the code in the window that opens on the right hand side,
press Alt and Q to close this window and go back to your workbook and press
alt and F8, this will bring up a box to pick the Macro from, click on the
Macro name to run it. If you are using excel 2000 or newer you may have to
change the macro security settings to get the macro to run. To change the
security settings go to tools, macro, security, security level and set it to
medium.



you may also what to have a look here on getting started with macros

http://www.mvps.org/dmcritchie/excel/getstarted.htm




--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003




"Denny Crane" wrote in message
...
Thanks for your valuable input. However, to be blunt, I don't know what a
general module (insert module) is. Any further insight would be helpful.
You
appreciation regardless of further input.

Robin Smith
Alias, Denny Crane



"Tom Ogilvy" wrote:

In a general module (insert module)
create a macro such as

sub Button_Click()
application.Goto Worksheets("ASC").Range("B9"),true
End Sub

then right click on the button and select Assign Macro. Select the above
macro

--
Regards,
Tom Ogilvy


"Denny Crane" wrote:

I have 2000

Can i use the button in forms toolbar and maneuver to different lpoints
on a
sheet or even a workbook, if so how?



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tom Ogilvy
 
Posts: n/a
Default Can i use the button in forms toolbar and maneuver to differen

http://msdn.microsoft.com/office/und...d/default.aspx

http://www.mvps.org/dmcritchie/excel/getstarted.htm

http://www.mvps.org/dmcritchie/excel....htm#tutorials
VBA tutorial links start after the Excel tutorial links.

--
Regards,
Tom Ogilvy


"Denny Crane" wrote:

Thanks for your valuable input. However, to be blunt, I don't know what a
general module (insert module) is. Any further insight would be helpful. You
appreciation regardless of further input.

Robin Smith
Alias, Denny Crane



"Tom Ogilvy" wrote:

In a general module (insert module)
create a macro such as

sub Button_Click()
application.Goto Worksheets("ASC").Range("B9"),true
End Sub

then right click on the button and select Assign Macro. Select the above
macro

--
Regards,
Tom Ogilvy


"Denny Crane" wrote:

I have 2000

Can i use the button in forms toolbar and maneuver to different lpoints on a
sheet or even a workbook, if so how?



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



All times are GMT +1. The time now is 05:54 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"