Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 114
Default Hyperlink to show a userform


Hi,

I use hyperlinks to navigate around a spreadsheet instead of command
buttons. But how can I get a hyperlink to show a userform or run a
macro? Is this possible? If so, how?

kind regards,
Matt
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Hyperlink to show a userform

Don't know about userforms, but there are two ways to get a hyperlink to run
a macro:

1. Have the hyperlink jump to a certain cell in the worksheet and then have
a worksheet event macro detect the selection and run your code.

2. Use a Workbook_SheetFollowHyperlink macro you call your macro. This
works with hyperlinks implemented with Insert Hyperlink and not the
hyperlink function.
--
Gary''s Student - gsnu2007j


"MJKelly" wrote:


Hi,

I use hyperlinks to navigate around a spreadsheet instead of command
buttons. But how can I get a hyperlink to show a userform or run a
macro? Is this possible? If so, how?

kind regards,
Matt

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 114
Default Hyperlink to show a userform


Thanks for that. I suppose I could just use a userform.show in the
macro anyway.

Great,
Matt
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
Hyperlink to a userform? Al Excel Programming 2 May 28th 08 10:40 PM
Hyperlink from Userform MAWII Excel Discussion (Misc queries) 2 July 12th 07 03:40 PM
How do I hyperlink a value so it will show the value on another sh govtmule Excel Discussion (Misc queries) 2 June 15th 06 04:15 PM
Hyperlink within Textbox(UserForm) Soniya[_4_] Excel Programming 1 December 14th 05 05:14 PM
userform hyperlink question Gary Keramidas Excel Programming 1 November 13th 05 06:21 PM


All times are GMT +1. The time now is 12:49 PM.

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"