Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / March 2006

Tip: Looking for answers? Try searching our database.

Can i use the button in forms toolbar and maneuver to differentt..

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Denny Crane - 15 Mar 2006 16:30 GMT
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?
Tom Ogilvy - 15 Mar 2006 17:01 GMT
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

Signature

Regards,
Tom Ogilvy

> 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?
Denny Crane - 15 Mar 2006 17:36 GMT
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

> In a general module (insert module)
> create a macro  such as
[quoted text clipped - 10 lines]
> > Can i use the button in forms toolbar and maneuver to different lpoints on a
> > sheet or even a workbook, if so how?
Paul B - 15 Mar 2006 19:32 GMT
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

Signature

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

> 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.
[quoted text clipped - 19 lines]
>> > on a
>> > sheet or even a workbook, if so how?
Tom Ogilvy - 15 Mar 2006 21:45 GMT
http://msdn.microsoft.com/office/understanding/excel/gettingstarted/default.aspx

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

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

Signature

Regards,
Tom Ogilvy

> 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
[quoted text clipped - 17 lines]
> > > Can i use the button in forms toolbar and maneuver to different lpoints on a
> > > sheet or even a workbook, if so how?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.