Questions tagged [office-2019]

4 questions
1
vote
0 answers

“There is not enough memory to complete the operation” when trying to run Microsoft Project 2019 v2012

I am getting the following error on a clean install, “There is not enough memory to complete the operation. To free up memory, close programs, projects, or windows you aren’t using, and then try again.” With Microsoft Project 2019 professional x64…
John Schultz
  • 672
  • 1
  • 10
  • 29
0
votes
0 answers

Develper tools not opening for addin code in office 2019

In office 2019, i am not getting developer tools. How to debug addin code in office 2019? I am expecting a solution to debug the code in addin added to office 2019
0
votes
1 answer

Adding 'icon only' buttons to a custom context menu

Using Office 2019, Excel How can I add 'icon only' buttons to a custom context? I have this simple menu: On Error Resume Next CommandBars("MyBar").Delete Dim cb As CommandBar Set cb = CommandBars.Add("MyBar", msoBarPopup, , True) Dim bItem As…
Guyglk
  • 51
  • 5
0
votes
2 answers

Method delete in chart sheet

I have a VBA application in an Excel Workbook. At the end of the sub I need to delete a chart. In old version of Excel (2013), method "delete" of chart sheet works perfectly. In version 2019 now this method is not supported and I can't find anything…
chianta
  • 123
  • 1
  • 2
  • 12