Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default change a Dialogsheets

I am supporting an Excel app that was written many years
ago. It uses a Dialogsheet to get input from the user.

How can I get access to this dialog sheet in Excel 97 or
2000 so I can make a small change on the sheet itself
and/or to figure out what buttons on the sheet belong to
what code.


.......thanks in advance.........Herb
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default change a Dialogsheets

for each sh in Thisworkbook.dialogSheets
sh.visible = xlSheetVisible
Next

--
Regards,
Tom Ogilvy

Herb wrote in message
...
I am supporting an Excel app that was written many years
ago. It uses a Dialogsheet to get input from the user.

How can I get access to this dialog sheet in Excel 97 or
2000 so I can make a small change on the sheet itself
and/or to figure out what buttons on the sheet belong to
what code.


......thanks in advance.........Herb



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 535
Default change a Dialogsheets

Hi Herb,

How can I get access to this dialog sheet in Excel 97 or
2000 so I can make a small change on the sheet itself
and/or to figure out what buttons on the sheet belong to
what code.


It should be visible as one of the worksheets in the workbook. If not,
the sheet has been hidden: Format, Sheets, Unhide.

Regards,

Jan Karel Pieterse
Excel MVP
www.jkp-ads.com

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default change a Dialogsheets

Herb

Is the workbook in add-in form(*.xla)?

You can change in ThisWorkbookProperties to Add-in = False

This will allow access to the dialog sheet for editing.

Gord Dibben Excel MVP

On Sun, 25 Jan 2004 19:48:20 +0100, Jan Karel Pieterse
wrote:

Hi Herb,

How can I get access to this dialog sheet in Excel 97 or
2000 so I can make a small change on the sheet itself
and/or to figure out what buttons on the sheet belong to
what code.


It should be visible as one of the worksheets in the workbook. If not,
the sheet has been hidden: Format, Sheets, Unhide.

Regards,

Jan Karel Pieterse
Excel MVP
www.jkp-ads.com


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
Excel bar chart formatting of bars to change colors as data change JudyT Excel Discussion (Misc queries) 1 January 24th 07 06:07 PM
DrawingObjects/AutoShapes' .OnAction property in DialogSheets BizMark Excel Discussion (Misc queries) 0 October 12th 05 12:40 PM
OnAction events intermittently failing on Shapes in Dialogsheets BizMark Excel Discussion (Misc queries) 0 August 12th 05 01:24 PM
Dialogsheets Roger[_6_] Excel Programming 1 July 10th 03 03:30 PM


All times are GMT +1. The time now is 03:21 PM.

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"