Thread: Dialogframe
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Dialogframe

if a dialogsheet

dialogsheets("Dialog1").show

if a userform

userform1.show

--
Regards,
Tom Ogilvy

Gordon C wrote in message
...
Help!!!

I've designed this elegant diaolog frame containing help
info if people want to use it. And I've got my macro
button to launch it but I've forgotten the code to do
this...any help will be highly appreciated by this dim
wit...

Thanks in advance

Gordon.