Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Excel Forms Properties

Is there a way to print out all properties for a UserForm?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 595
Default Excel Forms Properties

On Mon, 9 Feb 2009 11:39:01 -0800, vello
wrote:

Is there a way to print out all properties for a UserForm?


Run this code

Sub GetUFProps()

Dim uf As UserForm1

Set uf = New UserForm1

Stop

End Sub

Change UserForm1 to whatever your userform is called. When you hit the Stop
line, choose Locals from the View menu. Expand uf. Do a screen capture and
print.
--
Dick Kusleika
Microsoft MVP-Excel
http://www.dailydoseofexcel.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 forms - authorise / deny forms Ian Manning Excel Programming 1 May 8th 06 05:03 PM
Accessing a Forms Properties Chaplain Doug Excel Programming 3 April 20th 06 04:06 PM
Properties transferring from excel cells to word file properties lubo Excel Programming 4 July 12th 05 11:24 AM
Calling Forms from Forms - Exit problems Stuart[_5_] Excel Programming 3 May 25th 04 06:50 AM
VB FORMs, buttons, window properties carlaruge Excel Programming 1 February 26th 04 11:44 PM


All times are GMT +1. The time now is 01:48 AM.

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"