K
Kanmi
I use validation from DATA menu on excel to create dropdown that have list of
DOWNSTRM AND OFC. How can i use the dropdown menu to pull up information that
belong to each of them. i mean whenever i select DOWNSTRM then it should pull
up down DOWNSTRM information on the other page that has macro link to this
page. the code below:
Private Sub CommandButton1_Click()
ask = MsgBox("Build safety report?", vbYesNo, BoxTitle)
If ask = 7 Then Exit Sub
BuildDetailReport
MsgBox "Done", , BoxTitle
End Sub.
i want it to pull up information belong to DOWNSTRM when it selected and
pull up information belong to OFC when it selected on sheet name "Due Date".
Please can anybody advice on what to do?
DOWNSTRM AND OFC. How can i use the dropdown menu to pull up information that
belong to each of them. i mean whenever i select DOWNSTRM then it should pull
up down DOWNSTRM information on the other page that has macro link to this
page. the code below:
Private Sub CommandButton1_Click()
ask = MsgBox("Build safety report?", vbYesNo, BoxTitle)
If ask = 7 Then Exit Sub
BuildDetailReport
MsgBox "Done", , BoxTitle
End Sub.
i want it to pull up information belong to DOWNSTRM when it selected and
pull up information belong to OFC when it selected on sheet name "Due Date".
Please can anybody advice on what to do?