5,963 questions
-3
votes
2
answers
269
views
Efficient mass find-replace in Word via VBA
I have a VBA-based tool that basically for each row in the Excel takes a defined word document and performs number of find-replace operations. This has been working well so far, but I am starting to ...
0
votes
1
answer
34
views
Cannot open Office files (Word, Excel) directly from Alfresco
I’m using Alfresco Community 5.2 installed on an Ubuntu server, and I have the AOS (Alfresco Office Services) module correctly installed and working.
When I try to open an Excel file directly from ...
0
votes
1
answer
35
views
How do I place a tab stop exactly at cursor?
Is there a built-in or VBA method to place a tab stop at the exact location of the text cursor?
I've tried digging through documentation, but I can't figure out how to get the text cursor location.
I ...
0
votes
0
answers
28
views
Reject HTTP Authorization: Negotiate request in WebDAV
I have a rare bug where some clients (MS Office) suddenly try to do NTLM negotiation. This looks like a regular request, except that the body of a LOCK or PUT request is empty, and a header is added ...
0
votes
0
answers
65
views
Is it possible to sideload Office web extension manifest.xml in production mode?
I am developing an Office Add-in using Office.js. This new extension will be a re-implementation of an old COM Office extension. The problem I am facing right now is how to install the extension for ...
1
vote
1
answer
159
views
How to store hidden, persistent metadata in DOCX files that survives edits
I am looking for a way to add machine-readable metadata to DOCX reports I generate. The goal is to allow users to modify the document's styles and re-upload it to the system while preserving the ...
0
votes
1
answer
60
views
File using Office XML Schema no longer reliably opened by Excel
For many years I have been exporting HTML tables from my web app and downloading them as XSLX so that they will be opened by Excel.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "...
0
votes
0
answers
31
views
Why is there a gamma symbol missing in the formula displayed when I use this latex code in word?
Why is there a gamma symbol missing in the formula displayed when I use this latex code in word? I have tried to display the gamma symbol alone, but the gamma symbol cannot be displayed in this ...
0
votes
0
answers
53
views
word 404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable
I have a problem with Microsoft Word on the web app. I used to be able to export my files to PDF and download them. However, now I can't do it. This problem has been going on for 3 days. I can still ...
0
votes
1
answer
100
views
In Excel, how can I make a live connection to a table that is in another sheet?
Let say I have two sheets, one Database and another one NewSheet. I want to have a reference to the database so I can put some filters to the columns and be able to search for certain words or phrases ...
1
vote
2
answers
69
views
Get new named cell with Excel JS API
We're using Excel JS API to get changed on worksheets.
Is there an event to get new named cells?
The only way that I see is to store the named cell collection (using NamedItemCollection) & compare ...
-1
votes
2
answers
86
views
How can I copy the field (key entries) from one Access Table to another Table?
I am new to Access. So I have one Excel linked table in Access "Surge Arrester" which is unmodifiable and can only be modified in Excel. I want to copy the keys from the "Surge Arrester&...
0
votes
0
answers
67
views
Microsoft Office Ribbon Custom Tabs not working
We have a Office (M365 Apps for Enterprise) Environment.
Usually I was deploying simple Ribbon customizations for Word with the "Word.OfficeUI" file under C:\users\bla\AppData\Roaming\...
0
votes
0
answers
33
views
Folder.AddToPFFavorites-Methode is not working under Office 2024 64 bit
Currently, we are using the Folder.AddToPFFavorites method to add public folders to the favorites in Outlook 2016 (32-bit). As we prepare to switch to Office 2024 (64-bit), we have found that this ...
0
votes
2
answers
73
views
Excel. How to get an one row data (multiple columns) from every three rows
Please need your help.
I have an excel file with this following structure, that one row is divided into the next two rows:
initial
And need finally get this one. Every third row need to be combined ...