Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 112
Default Userform is "semi-locked"

Excel 2003

I have an "inherited" workbook/worksheet with a userform. The form
appears to be "semi-locked". I can't change any existing control on
the form. If I add a control and then save the workbook, I can't
subsequently change that control (on the userform).

I can change any of the controls using a statement in the userform's
code such as

Private Sub UserForm_Initialize()

With Label6
.Caption = "Information Requested"
.Top = 25
.Height = 30
.TextAlign = fmTextAlignCenter
End With

.. . . .

and while this works it's not nearly as easy as simply using the mouse
to modify the size and placement of the controls on the userform and
using the properties box for the control to modify its caption, color,
etc. If I do the latter, the form appears to be modified, but when I
save, exit and reopen the workbook, none of those changes have
actually been saved.

Any suggestions on a fix?

Thanks,

Fred Holmes
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 - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
how do i make a "dashboard style" chart (semi circle & pointer) SamanthaGaszczak Charts and Charting in Excel 1 November 16th 05 09:30 PM


All times are GMT +1. The time now is 05:41 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"