Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
works fine once I change "Sheet2!A1" to exit the name of the hyperlink
THANK YOU "Gary''s Student" wrote: Click on cell A1 in Sheet2 and: Insert Hyperlink to a place in this document This will create a hyperlink to itself. Then in the worksheet code area, insert the following: Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink) If Target.Parent = "Sheet2!A1" Then Application.Quit End If End Sub -- Gary''s Student - gsnu200781 "Pimamedic" wrote: Is there a way in Excel 2002 to make a link so that one click will close the program, take me to the exit routine? Thank you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 07 won't exit | Setting up and Configuration of Excel | |||
macro wants to exit excel | Excel Discussion (Misc queries) | |||
Excel - Prompt to save on exit. | Excel Discussion (Misc queries) | |||
Excel 2003 Will Not Save On Exit | Excel Discussion (Misc queries) | |||
exit excel | Excel Discussion (Misc queries) |