Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
1 replies
116 views

I want a VBA code to prevent fill and drag in an Excel sheet without hiding the fill and drag cruiser. and without preventing them from advanced settings. In addition, I want this code to be localized ...
Ahmed Magdy Tpozada's user avatar
0 votes
1 answer
151 views

I'm trying to build an INDEX MATCH combo with dynamic sheet input and 3 variables for matching. I leveraged this article to get an understanding on how to do it and I opted to go for the non-array ...
Spyral's user avatar
  • 782
2 votes
1 answer
60 views

I am trying to add shortcuts to my Excel Add-in to be used in Office 365 as well. I notice that the shortcuts work only when I have clicked inside the Task pane and the Task panel is active. As soon ...
Mojibul Hoque's user avatar
1 vote
1 answer
135 views

We're trying to build a Custom Excel Add-in that runs on Office installation as well as Office 365. We're trying to add a custom tab to the Ribbon for the add-in. From the tutorials studied, I ...
Sourav Das's user avatar
0 votes
1 answer
578 views

I would like to reply to a mailitem in my inbox with a postitem. The behavior I'm looking to replicate: Selecting an email message in the active explorer Clicking "ctrl + T" Adding text ...
Michael Sala's user avatar
0 votes
1 answer
108 views

I have an Excel (Office 16) VBA code that opens a CorelDraw document and performs a task based on the orientation of each page in the document. The code is as follows: Dim app As Object Dim page As ...
OGP99's user avatar
  • 169
2 votes
0 answers
220 views

I have a word document that sit in a website in my iis, When i opening the document with office uri from js like this : window.open("ms-word:ofe|u|http://WSBJRM:8090/test/abc3.docx"), the ...
Developer's user avatar
  • 428
1 vote
0 answers
90 views

I have several automation scripts that I wrote to move information in and out of Office applications using VBA. I put all of these together using Office 2003 on a Window 7 computer. My organization ...
Jordan's user avatar
  • 11
0 votes
1 answer
4k views

I have an excel column of datetime items in the European format of 2020.10.26 13:14:00, and I would like to highlight those rows where the time fall between 11:00:00 and 12:00:00. Anything Google ...
not2qubit's user avatar
  • 17.7k
1 vote
0 answers
77 views

I make VSTO Excel/Word/Powerpoint AddIn. I want to get selected folder in file menu and set to dialog's InitialFolder. I have to use [Office.FileDialog] because I have to check where to save documents....
AkihiroSuzuki's user avatar
8 votes
1 answer
4k views

My MS Office and Excel language is English. I am working with English documents most of the time, so I want to keep it that way. Temporarily changing the language options is also not an option. When ...
Corbie's user avatar
  • 1,154
2 votes
0 answers
210 views

I try to use this method to export a table from excel to word, however i cannot export correctly because the merged cells appears unmerged. But the problem is that the format does not include the ...
Arroyo Danowsky's user avatar
1 vote
1 answer
206 views

I have an application and it have two manifest file. First manifest create a taskpane to office of right side. Second manifest is a content add-in. When i run the application it open an empty ppt ...
Péter's user avatar
  • 322
0 votes
0 answers
61 views

My routine, which worked perfect before, suddenly results in errors. I do not understand why, the only thing I can think of is a newer office version makes this routine not work anymore. We changed ...
DutchArjo's user avatar
  • 359
0 votes
1 answer
253 views

Our Windows Citrix based application is migrating from Office 2010 to Office 2016 . We have built our application using Office 2016 software. During Server deployment , Infra teams are saying they do ...
YASHAS M's user avatar
1 vote
0 answers
102 views

Our Excel-based add-in was recently upgraded to work with both Excel and Word. Initially, we created a separate add-in for Word, but our submission was rejected and we were asked to combine both ...
Vladimir Bougay's user avatar
0 votes
1 answer
175 views

Routine using for each worksheet loop to unprotect all worksheets in workbook, change active worksheet at least instead to keep the actual one. This behaviour recognized by Office2016 only, and ...
user11255039's user avatar
1 vote
0 answers
6k views

I just installed MS Office Home & Student 2016 edition on my Mac. Bringing up one of my Office 2016 PC files shows the main button on the front sheet in edit mode (clicking it does not fire the ...
RobynsVeil's user avatar
1 vote
0 answers
583 views

Recently I have updated two of my office PCs with Windows 10 and Office 2016. I work on Excel sheets (on my server). My excel sheet contains many pages in which data is put as refresh-able web query ...
Vaibhav Dixit's user avatar
0 votes
0 answers
360 views

We've got a Domino/Notes application with a few thousand Notes Docs which contain an embedded Excel workbook. The data has to date been copied from the Workbook using Field Exchange. This has proven ...
10ToedSloth's user avatar
4 votes
0 answers
233 views

I have a command button on a custom ribbon in Excel with an action of type ExecuteFunction which calls a global javascript function in a function file I point to. Everything works as expected when ...
cs_pupil's user avatar
  • 3,140
7 votes
1 answer
3k views

I am trying to create an Excel AddIn with JavaScript API. But I don't understand where "console.log" outputs their messages. All Microsoft documentations are full with console.log examples, but it is ...
csskevin's user avatar
  • 383
0 votes
1 answer
1k views

Thank you for your reply and comments. Let me describe the situation more detailedly. I use Visual C++ 2008 to write a small application that will invoke MAPI. I use MAPIStubLibrary to support both ...
alancc's user avatar
  • 859
0 votes
1 answer
37 views

I hope you are doing fine, The idea is to make the application in access with the forms. For business logic use store procedure. Then call the forms made in Access 2016 from web app made in .net. Is ...
Nick's user avatar
  • 1
0 votes
1 answer
180 views

I wrote some VBA in Excel 2013 which references Outlook and is now used on a virtual machine. My laptop was upgraded to Office 2016 last week, I made some changes in this tool and then it failed to ...
JakeyG's user avatar
  • 110