excel automation

Stone
Member Posts: 23
Hello,
I have two problems;
1) How complete the instruction "ExcelApplication.Workbooks.Close" for saving the file whith no prompt question ?
2) How complete the instruction "wdApp.ActiveDocument.MailMerge.OpenDataSource(MergeFileName)" to specify the plage of cells ?
many thanks for your help
<img border="0" title="" alt="[Confused]" src="images/smiles/icon_confused.gif" />
I have two problems;
1) How complete the instruction "ExcelApplication.Workbooks.Close" for saving the file whith no prompt question ?
2) How complete the instruction "wdApp.ActiveDocument.MailMerge.OpenDataSource(MergeFileName)" to specify the plage of cells ?
many thanks for your help
<img border="0" title="" alt="[Confused]" src="images/smiles/icon_confused.gif" />
0
Comments
-
Hi,
ad1)
You must close all worbook in worbooks and then close worbooks.
This way for close workbook with no promt:
workbook .Close(SaveChanges, FileName, RouteWorkbook)
SaveChanges (False / True)
Filename (String)
RouteWorkbook (False - Doesn't send the workbook/ True - the workbook to the nex)
ad2) I'dnt now <img border="0" title="" alt="[Frown]" src="images/smiles/icon_sad.gif" />
M@rtin0 -
Hi Stone,
I'm sending example for you, when I described how to use method Close for workbook.
Another way:
If you want work with Excel automation with out any promt you can use this command:
Excel.DisplayAlerts := FALSE;
(this command you type on begin codeunit after create excel object).
This is will may be adequate for you.
Martin
Sorry: my englisch is not good <img border="0" title="" alt="[Wink]" src="images/smiles/icon_wink.gif" />0 -
Thanks Martin !
But when i try to compile the code-unit, i receive a navision error message:
"A maximum of 0 parameters must be used when calling the function"
<img border="0" title="" alt="[Eek!]" src="images/smiles/icon_eek.gif" />0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions