LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default MsgBox in Access Automate Excel

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
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Msgbox in Excel from Access (Correct) Picos Autom Excel Programming 2 August 4th 05 03:30 AM
Msgbox in Excel from Access Picos Autom Excel Programming 0 August 3rd 05 09:58 PM
Automate Access from Excel Ernst Guckel[_4_] Excel Programming 1 April 16th 05 09:24 PM
Trapping/Answering MsgBox When Workbook Opened From Access? LarryP[_2_] Excel Programming 9 May 28th 04 11:36 PM
Automate Access hlam Excel Programming 10 November 16th 03 05:42 AM


All times are GMT +1. The time now is 07:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"