Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Please can anybody help me check why this give Compile Error higlighting "
Private Sub CommandButton1_Click()" in yellow. the first line of the code. please advice and appreciate your time. thanks Private Sub CommandButton1_Click() ask = MsgBox("Build safety report?", vbYesNo, BoxTitle) If ask = 7 Then Exit Sub Select Case Range("D21") Case "DOWNSTRM": Set TrainingSht = Sheets("Training_Progress_By_Employee") Set PersonnelSht = Sheets("Personnel Roster") Set LookupSht = Sheets("Lookup") Case "OFC": Set TrainingSht = Sheets("Training_Progress_By_Employee2") Set PersonnelSht = Sheets("Personnel Roster2") Set LookupSht = Sheets("Lookup2") End Select Sub BuildDetailReport(TrainingSht, PersonnelSht, LookupSht) MsgBox "Done", , BoxTitle End Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Private Sub() - Sub() | Excel Discussion (Misc queries) | |||
Improve method of calling a private function in a private module | Excel Programming | |||
re : Possible to run private sub macros by writing another private | Excel Programming | |||
private sub | Excel Programming | |||
Private Sub Running Other Private Sub Inadvertently | Excel Programming |