Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A procedure in Access automate an instance of Excel with this code:
Set xlApp = New Excel.Application xlApp.Visible = True xlApp.Workbooks.Open "C:\Trial.xls" xlapp.InputBox "Hello" 'This work but doesn't the right solution. xlApp.MsgBox "Hello" 'This not work, and is the right solution. Now, How can I show that message in Excel, with code from another application like Access? -- Sincerilly, thanks a lot. Oscar Picos Office Autom |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Msgbox in Excel from Access (Correct) | Excel Programming | |||
Msgbox in Excel from Access | Excel Programming | |||
Automate Access from Excel | Excel Programming | |||
Trapping/Answering MsgBox When Workbook Opened From Access? | Excel Programming | |||
Automate Access | Excel Programming |