Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Click on cell (or "button"), takes you to appropriate information

I am building a spreadsheet, and I would like to be able to create a cell
that when you click on it, it looks like a "button" and then automatically
takes the user to the approriate information.

For instance, I ask a question: "Did your firm sell any fixed assets this
year? If yes, fill out Schedule R" Then, I place a cell called "Schedule R"
that relates to Schedule R at the end of the question...the user clicks that
"button" and it takes them to Schedule R.

I'm sure this is easy for an advanced user, but I am not that ;)!

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Click on cell (or "button"), takes you to appropriate information

Maybe you could use a hyperlink instead:

David McRitchie posted this and it might help you:

=HYPERLINK("#"&CELL("address",C5),C5)
=HYPERLINK("#"&CELL("address",sheetone!C5),sheeton e!C5)
=HYPERLINK("#"&CELL("address",'sheet two'!C5),'sheet two'!C5)


Or you could use a macro a real button from the Forms toolbar:

Option Explicit
Sub GoToScheduleR()

application.goto worksheets("Schedule R").Range("a1"), scroll:=true

End sub

If you're new to macros:

Debra Dalgleish has some notes how to implement macros he
http://www.contextures.com/xlvba01.html

David McRitchie has an intro to macros:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Ron de Bruin's intro to macros:
http://www.rondebruin.nl/code.htm

(General, Regular and Standard modules all describe the same thing.)


ahwelch wrote:

I am building a spreadsheet, and I would like to be able to create a cell
that when you click on it, it looks like a "button" and then automatically
takes the user to the approriate information.

For instance, I ask a question: "Did your firm sell any fixed assets this
year? If yes, fill out Schedule R" Then, I place a cell called "Schedule R"
that relates to Schedule R at the end of the question...the user clicks that
"button" and it takes them to Schedule R.

I'm sure this is easy for an advanced user, but I am not that ;)!

Thanks!


--

Dave Peterson
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Double click a blank cell to enact "ctrl + ;" Emredrum Excel Worksheet Functions 10 October 16th 08 10:30 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
"Control" plus "click" doesn't allow me to select multiple cells Ken Cooke New Users to Excel 0 September 25th 06 04:46 PM
Excel: can "go to adjacent empty cell" double-click be disabled? dgg2006 Excel Discussion (Misc queries) 1 April 8th 06 04:51 AM
How do I get "file" tab to click on, it starts with "edit" JMD_Phoenix Excel Discussion (Misc queries) 1 January 23rd 06 02:46 AM


All times are GMT +1. The time now is 02:50 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"