Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need increase Listbox size
#6
Your code is correct. It shows popup menu. Maybe your macro skips the code. Try how it will work in empty macro.
Macro
Code:
Copy      Help
str Action
sel(PopupMenu("Look for Email[]Send/Write Email[]Phone[]Create Report"))
,case 1
,,Action = "LOOK FOR EMAIL"
,case 2
,,Action = "SEND/WRITE EMAIL"
,case 3
,,Action = "PHONE"
,case 4
,,Action = "CREATE REPORT"

out Action


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)