Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
116 views

I'm developing a webAddin on Excel and I'm having an issue, I have a taskpane that opens from the button in the ribbon, but I wanted to change to a Display, I have this code in the commands.js ...
AlukardDve's user avatar
1 vote
1 answer
71 views

When I run the below PowerShell command on a Windows Server 2016 Standard host I get the following error: Get-WmiObject -query ('SELECT * FROM Win32_DCOMApplicationSetting WHERE AppId = "{...
Tom Hunter's user avatar
  • 5,960
1 vote
1 answer
52 views

I would like to add an item to the context menu of an appointment in the reminder(s) window in outlook classic: Is this possible in a VSTO add-in, and if so, what is the identifier of the context ...
dieckie's user avatar
  • 111
-3 votes
3 answers
327 views

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 ...
Eleshar's user avatar
  • 547
0 votes
1 answer
60 views

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 ...
AzureSkye's user avatar
0 votes
0 answers
66 views

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 ...
Dave Vogt's user avatar
  • 19.7k
0 votes
0 answers
284 views

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 ...
Juraj Traktorista's user avatar
1 vote
1 answer
361 views

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 ...
Kishieel's user avatar
  • 2,085
0 votes
1 answer
72 views

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" "...
paul's user avatar
  • 13.6k
0 votes
0 answers
47 views

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 ...
彭子豪's user avatar
0 votes
0 answers
77 views

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 ...
ArtaHendraa's user avatar
0 votes
1 answer
206 views

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 ...
Noobie's user avatar
  • 65
1 vote
2 answers
95 views

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 ...
FlorentS's user avatar
-1 votes
2 answers
106 views

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&...
Noobie's user avatar
  • 65
0 votes
0 answers
111 views

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\...
fiasco88's user avatar
0 votes
0 answers
46 views

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 ...
Adrian's user avatar
  • 21
0 votes
2 answers
123 views

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 ...
user46956's user avatar
0 votes
1 answer
120 views

I am writing VBA to add an animation to an object. My goal is to make the added animation trigger on click of another specific shape Image of Trigger on Click object, Animated object, then Animation ...
Cod3Play's user avatar
0 votes
1 answer
74 views

I have a script that creates a pivot table, but I don't want to display subtotals, only final totals. function main(workbook: ExcelScript.Workbook) { let sheet = workbook.getActiveWorksheet(); // ...
Lucas's user avatar
  • 3
0 votes
1 answer
43 views

I'm trying in every way to add duplicates of each comment in VBA Word 2013, but for some reason when I run the script, Word crashes and all comments except the last one are created on the restored ...
Djoneeee's user avatar
0 votes
0 answers
77 views

I have an Add-in created for Outlook Web which adds headers to emails in order to send them securely. It operated both through Task Pane and on the OnSend functionality of Outlook Web. When pressing ...
Victor Calarasu's user avatar
1 vote
0 answers
66 views

I am building a word add-in, one of the main functions is that it can insert comments in specific parts of the document. The whole thing works well when used in locally installed Word, but as soon as ...
Mayank saini's user avatar
-1 votes
1 answer
204 views

Can you help me, how can i return a function in office script that returns an array with: a mail, and 2 array of row ranges: the return i need is (if possible ) [["[email protected]"],["...
David Ricardo Menacho Vadillo's user avatar
1 vote
3 answers
92 views

I'm looking to export all pages under a page libraries in Sharepoint, how do I achieve this? It is currently not an option to export page libraries, but can be done by Sync for the other SP ...
user2167582's user avatar
  • 6,468
0 votes
0 answers
88 views

Using this and it fails to fetch. Where am I missing it? async function main(workbook: ExcelScript.Workbook) { const response = await fetch('https://postman-echo.com/basic-auth', { method: 'GET', ...
Y Shah's user avatar
  • 1
0 votes
0 answers
43 views

I'm trying to embed some parts of my excel in my html page. When I click three dots to embed my file and then try to customize it, the iframe is not completed: <iframe width="402" height=&...
Payam Taheri's user avatar
1 vote
1 answer
67 views

I cannot get my office script to write any data in the "Data" sheet. I get no errors from running the script and it does say it writes the data but then nothing is there... I've tried ...
Craig Bennett's user avatar
2 votes
1 answer
640 views

I am trying to use a MS Office URI which will automatically open Excel 2016. I am using a URI similar to: ms-excel:ofe|u|<https://localhost:7068/getOfficeFile?fileName=2021_12_06_Metrics.xlsx> ...
Ryan LaClaire's user avatar
1 vote
0 answers
105 views

Office VBA allows you to query the language used by a particular Office application. For example, executing: ? Application.LanguageSettings.LanguageID(msoLanguageIDUI) in the immediate window will ...
Heinzi's user avatar
  • 173k
0 votes
1 answer
88 views

I am running following script on windows 10, with TCL8.4 and tcom installed. I have Excel 2016 and empty excel file 'clone.xls'. I am trying to create a hyperlink with link of length 256 characters ...
Active Hub's user avatar
3 votes
3 answers
207 views

I was surprised that no one has asked this question yet, maybe people are not as incapable as me in programming: I want to program a button in PowerPoint that either changes the color by clicking it ...
samsonaty's user avatar
0 votes
2 answers
198 views

i'am trying to develop addin for word 2024. I have created a dummy dll like this: #include <Windows.h> extern "C" int WINAPI wlAutoOpen(void); extern "C" int WINAPI ...
Mercury1998's user avatar
0 votes
1 answer
90 views

I'm trying to set up a workflow that automatically adds new clients to Microsoft Bookings based on submissions from a Microsoft Forms form. Here's a breakdown of what I'm aiming to achieve: Trigger: ...
Stoufa's user avatar
  • 21
0 votes
1 answer
128 views

I am having a MS Visio diagram. Often I need to export the part of the drawing to a picture file to use it somewhere else, but I am really tired of using menus. I want to export some selected elements ...
Gregory A's user avatar
0 votes
1 answer
146 views

This is for MS office online, can anyone help and advise how to display the numbers in Arabic (Hindi) instead of English? this is within the word-online, there is no option to change language settings ...
Ali's user avatar
  • 37
2 votes
0 answers
61 views

I make a c# add-in for an MS Office desktop app. It uses WPF for front end UI. I want the background of the forms in the add-in to match the Office app colors. Microsoft recently launched a brand-new ...
Kenny Arnold's user avatar
1 vote
0 answers
51 views

I am currently working with the Word JavaScript API, and I can enable Track Changes for the following document await Word.run(async (context) => { const document = context.document; ...
if357's user avatar
  • 21
0 votes
1 answer
81 views

I've been experiencing an issue with Office Online Server: When using edit mode, the scrolling is excessively fast compared to read mode. This makes it nearly impossible to highlight any text near the ...
erdem's user avatar
  • 1
-1 votes
2 answers
327 views

can anyone please help me find first non zero value for a lookup in excel. Example, in the below table, when I lookup for 1, with respect to column2, I should get value 'b', not blank or #NA. I found ...
suhas's user avatar
  • 1
0 votes
1 answer
108 views

I like to show string in notepad for easier debug purpose. I have been used the following VBA codes to display string for years. I use office 2021. Public Sub writeTxt(ByVal sOri As String) Const ...
8平民's user avatar
  • 63
0 votes
2 answers
69 views

In my VBA application, I'm opening a FileDialog and waiting for the user to select a file. FileDialog.Show displays the contents of the folder and waits until the user makes a selection. Once the user ...
Gordon Prince's user avatar
0 votes
1 answer
78 views

A friend asked me to develop a simple PowerPoint (365) Add-In since they couldn't find a suitable one in the Office Store. I opted to create a Web Add-In in Visual Studio, which is working fine when I ...
Hexcoder's user avatar
0 votes
4 answers
154 views

I am trying to export a word document from html. A lot of items are inside a table. When there is a large text without space, the td content takes a lot of space and the title of the table row shrinks ...
Saigal Amatya's user avatar
0 votes
1 answer
56 views

When I use Office JS (JavaScript API for Office) add-in to track the coordinates of a shape in PowerPoint as it moves but I didn't get any coordinates over slides, I guess we can use the Office ...
sufyan asmat's user avatar
0 votes
0 answers
199 views

https://i.sstatic.net/57JO73HO.png Message error I received a request from a customer who wanted to run the Access system on both 32bit and 64bit environments. Example code: ' Windows API‚ #If Win64 ...
Lộc Nguyễn's user avatar
0 votes
0 answers
62 views

I have a table (real table, not just looking like one) with multiple columns, one called Date Created and the contents are in the format, e.g., 3. Juni 2023 16:09:12 MESZ. My goal is to count all ...
clme's user avatar
  • 45
1 vote
1 answer
232 views

I am currently working on exporting word document from HTML. The document contains header & footer but I want them from page 2. I tried the various approaches from various threads, stackoverflow ...
Saigal Amatya's user avatar
0 votes
0 answers
202 views

I am implementing a WebDav server and struggle with adding proper OAuth2 support to allow MS office applications to access files directly. I followed this answer to get the workflow started. Let's say ...
Nico Schertler's user avatar
1 vote
1 answer
488 views

We are working on a optimization of process built in Excel and experiencing a recurring issue with Excel crashing after loading a specific file that contains many worksheets and extensive VBA code. ...
Alex89's user avatar
  • 23
0 votes
2 answers
67 views

I've been researching this for a bit and can't find a solution. Thanks for the help. Without using VBA, I'd like to: Return the cell address of that last cell in a column with a numerical value in it....
user26707498's user avatar

1
2 3 4 5
119