Hi i am trying to repair an excel/ vba code that was written by someone else previously. When i try to run or debug the code i receive " compile error: Invalid use of proptery". I could really use your help. Thanks in adavance - Here is the coded section
Private Sub UserForm_Initialize()
txtRequestor.Text = CurrentUser
If txtRequestor.Text <> "<Enter Your Name Here>" Then
txtRequestor.Enabled = False
End If
txtReqNum.Text = "SR" & RequestNumber
Version 5#
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmCalendar
BorderStyle = 0 'None
ClientHeight = 4785
ClientLeft = 0
ClientTop = 0
ClientWidth = 4200
LinkTopic = "Form1"
Picture = "frmCalendar.frx":0000
ScaleHeight = 4785
ScaleWidth = 4200
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.PictureBox picBtnNothing
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005
BorderStyle = 0 'None
ForeColor = &H80000008
Height = 135
Left = 70
Picture = "frmCalendar.frx":416FA
ScaleHeight = 9
ScaleMode = 3 'Pixel
ScaleWidth = 9
TabIndex = 6
Top = 40
Width = 135
End
Bookmarks