How to add tabs to PowerPoint 2010 that call macros
I have created a pptm file with macros that open certain pptx templates. I then created a new tab with buttons for opening the…
81 expert-verified Q&A posts in this category, sourced from the top-voted answers on Stack Overflow.
I have created a pptm file with macros that open certain pptx templates. I then created a new tab with buttons for opening the…
I can't find any way to do this. What I have now is that it copy the range as an image: Dim XLApp As…
the title exactly -- is there a way to call an r process from an excel macro?
Every now and then I come across a problem with an old system one of my colleagues has developed. They tend to have thousands…
I have an object and within it I wanna check if some properties is set to false, like: If (not objresult.EOF) Then 'Some code…
I'm trying to get a lazy evaluation with 'And' in my Excel macro by doing the following: If Not myObject Is Nothing *And* myObject.test()…
I developed a Access application using VBA. Everytime I open Access up, I get the following: I have to click Options -> Enable Content…
with the push to leverage visual studio and dotnet with office based solutions, especially excel, where is the best article or information on how…
I'm not talking about calling a VBA COM from C#... the other way around! What I would like to do is call a C#…
I have two tables in my access database that I want to be able to export to excel. I can do it by opening…