Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I get an error on final "MsgBox =" line. Can someone help with syntax? I
just want an "OK" button with warning sign. Dim Msg, Style, Title Style = vbExclamation Title = "Warning" Msg = "The Database import table" & _ Chr(13) & "has not been processed." & _ Chr(13) & "" & _ Chr(13) & "Please open Access and import it." & _ Chr(13) & "" & _ Chr(13) & "Then return to Excel and resume export" MsgBox = (Msg, Style, Title) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
msgbox in VBA | Excel Discussion (Misc queries) | |||
msgbox | Excel Discussion (Misc queries) | |||
msgbox | Excel Discussion (Misc queries) | |||
msgbox | Excel Programming | |||
MsgBox | Excel Programming |