LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default BaselineDate


I have dropped a couple of textboxes on the form(using VBA).I can
activate and deactivate textboxes of my choice on the very same
form.But I cannot activate the calender icon that is working in
conjuction with the textbox.Whenever the user selects the Date on the
calender icon, the selected date must be dropped into the textboxt next
to it.I am unable to turn on the calender icon and the textbox to appear
simultineously on the form.Below find my code:

Public Sub CreateSelectionCritForm()
selectionControls = Array("frmProgramme", "frmPortfolio",
"frmProject", "frmSubProject", "frmState", "frmStatus",
"frmRiskFactor", "frmImpact", "frmPriority", "frmBaselineDate",
"frmCriticality", "frmButtonRow")

If Me.ReportType = "LogReport" Then
'A standard log report must be written...

Select Case Me.ReportName
Case "AllLogTypes"
'Don't turn any conditional controls on
Case "RiskLog"
TurnOnControl State
TurnOnControl Status
TurnOnControl RiskFactor
chkAllData.Visible = True
Case "IssueLog"
TurnOnControl State
TurnOnControl Status
TurnOnControl Impact
TurnOnControl Criticality
chkAllData.Visible = True
Case "DecisionLog"
TurnOnControl Status
TurnOnControl Impact
Case "DependencyLog"
TurnOnControl BaselineDate

'TurnOnControl Status

Case "ChangeRequestLog"
TurnOnControl Status
End Select
Else

Do something....


--
azwifmj1
------------------------------------------------------------------------
azwifmj1's Profile: http://www.excelforum.com/member.php...o&userid=31757
View this thread: http://www.excelforum.com/showthread...hreadid=514814

 
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



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