Commented Unassigned: Is there a way to make Word open in readonly and not be...
I can open a Word document as readonly so the [Read-only] shows but I want to disable the editing too. Is there additional options to stop people from being able to edit the document?Comments: **...
View ArticleNew Post: Application.GetActiveInstances() returns wrong excel instances
its true. this is because a mistake by microsoft. the COM running object table(ROT) returns always the first instance pointer in memory for any entry, sad but true. i suggest you to study latest source...
View ArticleCommented Unassigned: How to return a COMObject In a Collection? [21075]
internal static bool TryGetCustumXMLPart(this Document doc, string namespaceURI, out CustomXMLPart checkedPart) { checkedPart = null; using (CustomXMLParts parts = doc.CustomXMLParts) { foreach...
View ArticleNew Post: Application.Dispose
hey ho, its your choice. keep the instance alive or dispose them. (the instance is still alive anyway what you do) if you dispose the instance then you have no chance any longer for any programatic...
View ArticleCommented Unassigned: How to return a COMObject In a Collection? [21075]
internal static bool TryGetCustumXMLPart(this Document doc, string namespaceURI, out CustomXMLPart checkedPart) { checkedPart = null; using (CustomXMLParts parts = doc.CustomXMLParts) { foreach...
View ArticleNew Post: Application.Dispose
I have notice the code may call Close() to shutdown the process. public virtual void Dispose(bool disposeEventBinding){ ... // call quit automaticly if wanted if (_callQuitInDispose)...
View ArticleCreated Unassigned: How to Stop Tab Key add new row, Word 2013 [21158]
Office 2007 / 2010, I can use key hook, stop the add new row action. Word 2013, key hook do nothing.
View ArticleCommented Unassigned: How to Stop Tab Key add new row, Word 2013 [21158]
Office 2007 / 2010, I can use key hook, stop the add new row action. Word 2013, key hook do nothing.Comments: ** Comment from web user: cgh_chen ** Sub NextCell()'' NextCell Macro' Moves to the next...
View ArticleCommented Unassigned: How to Stop Tab Key add new row, Word 2013 [21158]
Office 2007 / 2010, I can use key hook, stop the add new row action. Word 2013, key hook do nothing.Comments: ** Comment from web user: cgh_chen ** BUT I lost the default action when selection is out...
View ArticleCommented Unassigned: How to return a COMObject In a Collection? [21075]
internal static bool TryGetCustumXMLPart(this Document doc, string namespaceURI, out CustomXMLPart checkedPart) { checkedPart = null; using (CustomXMLParts parts = doc.CustomXMLParts) { foreach...
View ArticleNew Post: how to Copy pivotChart to Word
Hi, I try but i don't found how do that... Is it possible to copy the xXX Excel to Word with the library ? Thx,
View ArticleNew Post: Correct/best way to inherit from NetOffice.AccessApi.Form to use...
I want to use typed Forms inside an Access Addin. This allows access to controls with Intellisense and compile-time checks:NetOffice.AccessApi.Form frm1 = Main.App.Forms("Customers"); CustomersForm...
View ArticleCommented Unassigned: Excel Pivot Table SourceData Range >65536 Crashes [21086]
Hi Guys.Running 1.6 and am trying to create a Pivot Table in Excel. I can get it to generate fine as long as the SourceData range does not go over 65536. If I go to 65537 I get:```{"Type mismatch....
View ArticleNew Post: Read data from Excel Spreadsheet
Is it possible to use the ExcelApi to read data from an Excel spreadsheet, I'm trying to replace the use of OleDb due to limitations with remote host Excel drivers, below is an example of code that...
View ArticleNew Post: NetOffice for Dynamics
Is there any possibility that functionality would be added for Microsoft Dynamics? While it's not an Office application, it also uses VBA. See...
View ArticleNew Post: NetOffice for Dynamics
hey man, i do not have a legal license for MS Dynamics today. I need this in order to analyze the programing interface and generate NO Code(NO Code is generated), create qa tests and so on. (and last...
View ArticleNew Post: Custom Task Pane for each Powerpoint document
Hi, is there an easy way to manage a custom task pane for multiple powerpoint documents? As I understand it correct I need a new instance for each document. When defining a task pane as described in...
View ArticleNew Comment on "DeveloperToolbox_English"
Hello, how can I Word header and footer? Can write an example? Thanks a million
View ArticleNew Comment on "Word_Examples_EN"
Hello, I want to operate the word headers and footers, and ask how can I do ah? You can write an example? Thank you very much!
View ArticleNew Post: word.document.PrintOut issue
To All, I tried using the word.document.printout function, can't seem to get it to work. The parameter is: print one page, fit it to one page (so i can ignore margins etc). But the signiture of the...
View Article